Compartir a través de


IndexCollection.Remove Método (Index)

Removes an Index object from the IndexCollection collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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

Ejemplos

Usar colecciones

Vea también

Referencia

IndexCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.SqlServer.Management.Smo