Proprietà ForEachItems.Item

Returns a ForEachItem 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 ForEachItem 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

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

Valore proprietà

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

Vedere anche

Riferimento

ForEachItems Classe

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