Dela via


ISqlServerOptions.IsPriorityBoostEnabled Property

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

Syntax

'Declaration
Property IsPriorityBoostEnabled As Nullable(Of Boolean)
'Usage
Dim instance As ISqlServerOptions 
Dim value As Nullable(Of Boolean)

value = instance.IsPriorityBoostEnabled

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