Share via


ISql100ResourceGovernor.IsEnabled Property

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

Syntax

'Declaration
Property IsEnabled As Nullable(Of Boolean)
'Usage
Dim instance As ISql100ResourceGovernor 
Dim value As Nullable(Of Boolean)

value = instance.IsEnabled

instance.IsEnabled = value
Nullable<bool> IsEnabled { get; set; }
property Nullable<bool> IsEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsEnabled () : Nullable<boolean>
function set IsEnabled (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql100ResourceGovernor Interface

ISql100ResourceGovernor Members

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