Udostępnij za pośrednictwem


Właściwość ForEachItem.Item

Zwraca ForEachItemValue 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 ForEachItemValue
    Get
'Użycie
Dim instance As ForEachItem
Dim Index As Object
Dim value As ForEachItemValue

value = instance(Index)
public ForEachItemValue this[
    Object Index
] { get; }
public:
property ForEachItemValue^ default[Object^ Index] {
    ForEachItemValue^ get (Object^ Index);
}
member Item : ForEachItemValue
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry