Remove 方法
Removes a ForEachItem collection from the ForEachItems collection.
命名空間: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Sub Remove ( _
Index As Object _
)
'用途
Dim instance As ForEachItems
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 ForEachItem collection to remove.