共用方式為


DropAllPlanGuides 方法

Drops all Plan Guides in a database.

命名空間:  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()