Méthode IndexedColumnCollection.Remove (IndexedColumn)
Removes an IndexedColumn object from the IndexedColumnCollection collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
indexedColumn As IndexedColumn _
)
'Utilisation
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
)
Paramètres
- indexedColumn
Type : Microsoft.SqlServer.Management.Smo.IndexedColumn
An IndexedColumn object value that specifies the indexed column to be removed from the IndexedColumnCollection collection.