Remove 方法 (PlanGuide)
Removes a plan guide from a plan guide collection.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Remove ( _
planGuide As PlanGuide _
)
用法
Dim instance As PlanGuideCollection
Dim planGuide As PlanGuide
instance.Remove(planGuide)
public void Remove(
PlanGuide planGuide
)
public:
void Remove(
PlanGuide^ planGuide
)
member Remove :
planGuide:PlanGuide -> unit
public function Remove(
planGuide : PlanGuide
)