Metodo Remove (Index)
Removes an Index object from the IndexCollection collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
index As Index _
)
'Utilizzo
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
)
Parametri
- index
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Index
An Index object value that specifies the index to be removed from the IndexCollection collection.
Vedere anche