共用方式為


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 命名空間