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 对象。

适用于