Share via


ISqlServerOptions.IsAweEnabled Property

Gets or sets a value that models the "awe enabled" sp_configure option.

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

Syntax

'Declaration
Property IsAweEnabled As Nullable(Of Boolean)
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>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace