IsDisabled プロパティ
プラン ガイドが無効にされているかどうかを示します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsDisabled As Boolean
Get
Set
'使用
Dim instance As PlanGuide
Dim value As Boolean
value = instance.IsDisabled
instance.IsDisabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsDisabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsDisabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsDisabled : bool with get, set
function get IsDisabled () : boolean
function set IsDisabled (value : boolean)