Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.