ForEachItem.Remove Method
Removes a ForEachItem object from the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub Remove ( _
Index As Object _
)
'Usage
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
)
Parameters
- Index
Type: System.Object
The name, index, ID, or identity of the object to remove.