Partager via


Méthode PlanGuideCollection.Remove (PlanGuide)

Removes a plan guide from a plan guide collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    planGuide As PlanGuide _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

PlanGuideCollection Classe

Surcharge Remove

Espace de noms Microsoft.SqlServer.Management.Smo