ForEachItem::Item Property (Object^)

 

Returns a ForEachItemValue object from the collection.

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

public:
property ForEachItemValue^ default[
	Object^ Index
] {
	ForEachItemValue^ get(Object^ Index);
}

Parameters

Index
Type: System::Object^

The name, description, ID, or index of the ForEachItemValue object to return from the collection.

Return to top
Show: