ResourceGovernor.Enabled 속성
Gets or sets a value that indicates whether the resource governor is enabled.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Enabled As Boolean
Get
Set
‘사용 방법
Dim instance As ResourceGovernor
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool Enabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool Enabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)
속성 값
유형: System.Boolean
true if the resource governor is enabled; otherwise, false.
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스