Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Removes an IndexedColumn object from the IndexedColumnCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Remove ( _
indexedColumn As IndexedColumn _
)
'Usage
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
)
Parameters
- indexedColumn
Type: Microsoft.SqlServer.Management.Smo.IndexedColumn
An IndexedColumn object value that specifies the indexed column to be removed from the IndexedColumnCollection collection.