Share via


ISql90ServerOptions.IsDefaultTraceEnabled Property

Gets or sets a value that models the default trace setting.

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace