Udostępnij za pośrednictwem


Metoda PlanGuideCollection.Add

Dodaje obiekt przewodnik planu do kolekcja.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub Add ( _
    planGuide As PlanGuide _
)
'Użycie
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
)