Partager via


Méthode Add

Adds an Index object to the IndexCollection collection.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    index As Index _
)
'Utilisation
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
)

Paramètres