Udostępnij za pośrednictwem


Właściwość ForEachItems.Item

Zwraca ForEachItem obiekt z kolekcja.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    Index As Object _
) As ForEachItem
    Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry