Proprietà ISqlServerOptions.IsAweEnabled

Ottiene o imposta un valore che modella l'opzione sp_configure "awe enabled".

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlServerOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel