Remove 方法
Removes a ForEachItem object from the collection.
命名空间: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Sub Remove ( _
Index As Object _
)
用法
Dim instance As ForEachItem
Dim Index As Object
instance.Remove(Index)
public void Remove(
Object Index
)
public:
void Remove(
Object^ Index
)
member Remove :
Index:Object -> unit
public function Remove(
Index : Object
)
参数
- Index
类型:System. . :: . .Object
The name, index, ID, or identity of the object to remove.