Поделиться через


Метод 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
)