Share via


ISqlServerOptions.IsC2AuditModeOn Property

Gets or sets a value that models the "C2 audit mode" sp_configure option.

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

Syntax

'Declaration
Property IsC2AuditModeOn As Nullable(Of Boolean)
Nullable<bool> IsC2AuditModeOn { get; set; }
property Nullable<bool> IsC2AuditModeOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsC2AuditModeOn : Nullable<bool> with get, set
function get IsC2AuditModeOn () : Nullable<boolean>
function set IsC2AuditModeOn (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace