Share via


ForEachVariableMappings.Item[Object] Propriété

Définition

Retourne un objet ForEachVariableMapping à partir de la collection.

public:
 property Microsoft::SqlServer::Dts::Runtime::ForEachVariableMapping ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::ForEachVariableMapping ^ get(System::Object ^ index); };
public Microsoft.SqlServer.Dts.Runtime.ForEachVariableMapping this[object index] { get; }
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.ForEachVariableMapping
Default Public ReadOnly Property Item(index As Object) As ForEachVariableMapping

Paramètres

index
Object

Nom, description, ID ou index de l'objet ForEachVariableMapping à retourner.

Valeur de propriété

Objet ForEachVariableMapping.

Remarques

Si l’appel à la Contains méthode retourne true, vous pouvez accéder à l’élément spécifié dans la collection à l’aide de la syntaxe ForEachVariableMappings[index]. Toutefois, si la Contains méthode retourne false, cette propriété lève une exception. En C#, cette propriété est l'indexeur correspondant à la classe ForEachVariableMappings.

S’applique à