Udostępnij za pośrednictwem


Metoda IndexCollection.Add

Dodaje Index obiektu, aby IndexCollection kolekcja.

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

Składnia

'Deklaracja
Public Sub Add ( _
    index As Index _
)
'Użycie
Dim instance As IndexCollection
Dim index As Index

instance.Add(index)
public void Add(
    Index index
)
public:
void Add(
    Index^ index
)
member Add : 
        index:Index -> unit 
public function Add(
    index : Index
)

Parametry