ValidatePlanGuide メソッド
プラン ガイドが有効な場合は True を、それ以外の場合は False を返します。
名前空間: 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