ForEachItem::Item Property (Object^)
Returns a ForEachItemValue object from the collection.
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.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item::ForEachItemValue^A ForEachItemValue object.
Show: