ForEachItems.Item[Object] Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ForEachItem object from the collection.
public:
 property Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItem ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItem ^ get(System::Object ^ Index); };
	public Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItem this[object Index] { get; }
	member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItem
	Default Public ReadOnly Property Item(Index As Object) As ForEachItem
	Parameters
- Index
 - Object
 
The name, description, ID, or index of the ForEachItem object to return from the collection.
Property Value
A ForEachItem object.