Partager via


Propriété ForEachItems.Item

Returns a ForEachItem 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 ForEachItem 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Voir aussi

Référence

ForEachItems Classe

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