Linguaggio

ForEachItem.Item[Object] Proprietà

Definizione

Restituisce un ForEachItemValue oggetto dalla collezione.

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

Parametri

Index
Object

Il nome, la descrizione, l'ID o l'indice dell'oggetto ForEachItemValue da restituire dalla collezione.

Valore della proprietà

Un oggetto ForEachItemValue.

Si applica a