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
- index
Tipo: Microsoft.SqlServer.Management.Smo.Index
An Index object value that specifies the index to be removed from the IndexCollection collection.