다음을 통해 공유


IsDisabled 속성

Indicates whether a plan guide is disabled.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property IsDisabled As Boolean
    Get
    Set
‘사용 방법
Dim instance As PlanGuide
Dim value As Boolean

value = instance.IsDisabled

instance.IsDisabled = value
[SfcPropertyAttribute]
public bool IsDisabled { get; set; }
[SfcPropertyAttribute]
public:
property bool IsDisabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member IsDisabled : bool with get, set
function get IsDisabled () : boolean
function set IsDisabled (value : boolean)

속성 값

형식: System. . :: . .Boolean
Boolean