Méthode IndexCollection.Remove (Index)

Removes an Index object from the IndexCollection collection.

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

Syntaxe

'Déclaration
Public Sub Remove ( _
    index As Index _
)
'Utilisation
Dim instance As IndexCollection 
Dim index As Index

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

Paramètres

Exemples

Utilisation de collections

Voir aussi

Référence

IndexCollection Classe

Surcharge Remove

Espace de noms Microsoft.SqlServer.Management.Smo