ForEachItem::Remove Method (Object^)

 

Removes a ForEachItem object from the collection.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

public:
void Remove(
	Object^ Index
)

Parameters

Index
Type: System::Object^

The name, index, ID, or identity of the object to remove.

Return to top
Show: