Share via


ISqlServerOptions.IsC2AuditModeOn Property

Gets or sets whether C2 audit mode is on.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsC2AuditModeOn As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Boolean)

value = instance.IsC2AuditModeOn

instance.IsC2AuditModeOn = value
Nullable<bool> IsC2AuditModeOn { get; set; }
property Nullable<bool> IsC2AuditModeOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsC2AuditModeOn () : Nullable<boolean>
function set IsC2AuditModeOn (value : Nullable<boolean>)
abstract IsC2AuditModeOn : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace