IDTSForEachItem100.Item[Object] 属性

定义

从集合中获取对象 IDTSForEachItemValue100

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItemValue100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItemValue100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100
Default Public ReadOnly Property Item(Index As Object) As IDTSForEachItemValue100

参数

Index
Object

从集合返回对象的 IDTSForEachItemValue100 名称、描述、ID 或索引。

属性值

收藏中的一件 IDTSForEachItemValue100 物品。

属性

注解

有关详细信息,请参阅 ForEachItem

适用于