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()