PlanGuide.IsDisabled 属性
Indicates whether a plan guide is disabled.
命名空间: 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)
属性值
类型:System.Boolean
True whether a plan guide is disabled; otherwise, false.
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间