Proprietà ForEachItem.Item

Returns a ForEachItemValue object from the collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    Index As Object _
) As ForEachItemValue 
    Get
'Utilizzo
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
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue
A ForEachItemValue object.

Vedere anche

Riferimento

ForEachItem Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.Item