次の方法で共有


DisableAllPlanGuides メソッド

データベースのすべてのプラン ガイドを無効にします。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub DisableAllPlanGuides
'使用
Dim instance As Database

instance.DisableAllPlanGuides()
public void DisableAllPlanGuides()
public:
void DisableAllPlanGuides()
member DisableAllPlanGuides : unit -> unit 
public function DisableAllPlanGuides()