IColumnMappingCollection.Item[String] Propriété

Définition

Obtient ou définit l'objet IColumnMapping portant le nom SourceColumn spécifié.

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ index); void set(System::String ^ index, System::Object ^ value); };
public object this[string index] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(index As String) As Object

Paramètres

index
String

Nom SourceColumn de l'objet IColumnMapping à rechercher.

Valeur de propriété

Objet IColumnMapping portant le nom SourceColumn spécifié.

S’applique à