Remove メソッド (PlanGuide)
プラン ガイド コレクションからプラン ガイドを削除します。
名前空間: 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
)