IColumnMappingCollection.Item[String] Propiedad

Definición

Obtiene o establece el IColumnMapping objeto con el nombre especificado SourceColumn .

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

Parámetros

index
String

Nombre SourceColumn del IColumnMapping objeto que se va a buscar.

Valor de propiedad

Objeto IColumnMapping con el nombre especificado SourceColumn .

Se aplica a