共用方式為


IndexCollection.Remove 方法 (Index)

Removes an Index object from the IndexCollection collection.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub Remove ( _
    index As Index _
)
'用途
Dim instance As IndexCollection 
Dim index As Index

instance.Remove(index)
public void Remove(
    Index index
)
public:
void Remove(
    Index^ index
)
member Remove : 
        index:Index -> unit
public function Remove(
    index : Index
)

參數

範例

使用集合

請參閱

參考

IndexCollection 類別

Remove 多載

Microsoft.SqlServer.Management.Smo 命名空間