IndexedColumnCollection.Remove 方法 (IndexedColumn)
Removes an IndexedColumn object from the IndexedColumnCollection collection.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub Remove ( _
indexedColumn As IndexedColumn _
)
'用途
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
)
參數
- indexedColumn
型別:Microsoft.SqlServer.Management.Smo.IndexedColumn
An IndexedColumn object value that specifies the indexed column to be removed from the IndexedColumnCollection collection.