Partager via


Propriété ForEachItem.Item

Returns a ForEachItemValue object from the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    Index As Object _
) As ForEachItemValue 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

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

Voir aussi

Référence

ForEachItem Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.Item