Compartilhar via


Método IndexCollection.Remove (Index)

Removes an Index object from the IndexCollection collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Remove ( _
    index As Index _
)
'Uso
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
)

Parâmetros

Exemplos

Usando coleções

Consulte também

Referência

IndexCollection Classe

Sobrecarregado Remove

Namespace Microsoft.SqlServer.Management.Smo