Metodo Remove (IndexedColumn)
Removes an IndexedColumn object from the IndexedColumnCollection collection.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
indexedColumn As IndexedColumn _
)
'Utilizzo
Dim instance As IndexedColumnCollection
Dim indexedColumn As IndexedColumn
instance.Remove(indexedColumn)
public void Remove(
IndexedColumn indexedColumn
)
public:
void Remove(
IndexedColumn^ indexedColumn
)
member Remove :
indexedColumn:IndexedColumn -> unit
public function Remove(
indexedColumn : IndexedColumn
)
Parametri
- indexedColumn
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .IndexedColumn
An IndexedColumn object value that specifies the indexed column to be removed from the IndexedColumnCollection collection.