Dela via


ISqlServerOptions.IsAweEnabled Property

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)
'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>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace