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
)
参数
- index
类型:Microsoft.SqlServer.Management.Smo. . :: . .Index
An Index object value that specifies the index to be removed from the IndexCollection collection.