ForEachItem.Item[Object] Property

Definition

Returns a ForEachItemValue object from the collection.

public:
 property Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItemValue ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItemValue ^ get(System::Object ^ Index); };
public Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue this[object Index] { get; }
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue
Default Public ReadOnly Property Item(Index As Object) As ForEachItemValue

Parameters

Index
Object

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

Property Value

A ForEachItemValue object.

Applies to