Partager via


Item propriété

Returns a ForEachItemValue object from the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly :  Microsoft.SqlServer.ManagedDTS (dans 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