DropAllPlanGuides 方法
删除数据库中的所有计划指南。
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub DropAllPlanGuides
用法
Dim instance As Database
instance.DropAllPlanGuides()
public void DropAllPlanGuides()
public:
void DropAllPlanGuides()
member DropAllPlanGuides : unit -> unit
public function DropAllPlanGuides()