Share via


ISqlServerOptions.IsAweEnabled Property

Gets or sets whether Address Windowing Extensions is enabled.

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

Syntax

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

value = instance.IsAweEnabled

instance.IsAweEnabled = value
Nullable<bool> IsAweEnabled { get; set; }
property Nullable<bool> IsAweEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsAweEnabled () : Nullable<boolean>
function set IsAweEnabled (value : Nullable<boolean>)
abstract IsAweEnabled : 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