ForEachItems.Item 属性

Returns a ForEachItem object from the collection.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    Index As Object _
) As ForEachItem 
    Get
用法
Dim instance As ForEachItems 
Dim Index As Object 
Dim value As ForEachItem 

value = instance(Index)
public ForEachItem this[
    Object Index
] { get; }
public:
property ForEachItem^ default[Object^ Index] {
    ForEachItem^ get (Object^ Index);
}
member Item : ForEachItem
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

  • Index
    类型:System.Object
    The name, description, ID, or index of the ForEachItem object to return from the collection.

属性值

类型:Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItem
A ForEachItem object.

请参阅

参考

ForEachItems 类

Microsoft.SqlServer.Dts.Runtime.Enumerators.Item 命名空间