Share via


ForEachItem.Item[Object] プロパティ

定義

ForEachItemValue オブジェクトをコレクションから返します。

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

パラメーター

Index
Object

コレクションから返される ForEachItemValue オブジェクトの名前、説明、ID、またはインデックスです。

プロパティ値

ForEachItemValue オブジェクト。

適用対象