Enabled-Eigenschaft
Indicates if Resource Governor is enables.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property Enabled As Boolean
Get
Set
'Usage
Dim instance As ResourceGovernor
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
[SfcPropertyAttribute]
public bool Enabled { get; set; }
[SfcPropertyAttribute]
public:
property bool Enabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)
Eigenschaftenwert
Siehe auch