ForEachItems.Item[Object] Property

Definition

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.

Applies to