PlanGuide.ValidatePlanGuide 方法
Indicates whether the plan guide is valid.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function ValidatePlanGuide As Boolean
用法
Dim instance As PlanGuide
Dim returnValue As Boolean
returnValue = instance.ValidatePlanGuide()
public bool ValidatePlanGuide()
public:
bool ValidatePlanGuide()
member ValidatePlanGuide : unit -> bool
public function ValidatePlanGuide() : boolean
返回值
类型:System.Boolean
true if the plan guide is valid; otherwise, false.
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间