Share via


ForEachItems.Item[Object] プロパティ

定義

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

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

パラメーター

Index
Object

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

プロパティ値

ForEachItem オブジェクト。

適用対象