Partager via


Propriété ForEachVariableMappings.Item

Returns a ForEachVariableMapping object from the collection.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Object _
) As ForEachVariableMapping 
    Get
'Utilisation
Dim instance As ForEachVariableMappings 
Dim index As Object 
Dim value As ForEachVariableMapping 

value = instance(index)
public ForEachVariableMapping this[
    Object index
] { get; }
public:
property ForEachVariableMapping^ default[Object^ index] {
    ForEachVariableMapping^ get (Object^ index);
}
member Item : ForEachVariableMapping
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.ForEachVariableMapping
A ForEachVariableMapping object.

Notes

If the call to the Contains method returns true, you can access the specified element in the collection by using the syntax ForEachVariableMappings[index]. However, if the Contains method returns false, this property throws an exception. In C#, this property is the indexer for the ForEachVariableMappings class.

Voir aussi

Référence

ForEachVariableMappings Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime