Partager via


Méthode PlanGuideCollection.Add

Adds a plan guide object to the collection.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    planGuide As PlanGuide _
)
'Utilisation
Dim instance As PlanGuideCollection 
Dim planGuide As PlanGuide

instance.Add(planGuide)
public void Add(
    PlanGuide planGuide
)
public:
void Add(
    PlanGuide^ planGuide
)
member Add : 
        planGuide:PlanGuide -> unit
public function Add(
    planGuide : PlanGuide
)

Paramètres

Voir aussi

Référence

PlanGuideCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo