DataColumnMappingCollection.IColumnMappingCollection.Item[String] Vlastnost

Definice

Získá nebo nastaví IColumnMapping objekt se zadaným SourceColumn názvem.

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

Parametry

index
String

Index elementu.

Hodnota vlastnosti

Objekt se IColumnMapping zadaným SourceColumn názvem.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v DataColumnMappingCollection případě, že je instance přetypovaná na IColumnMappingCollection rozhraní.

Další informace naleznete v tématu Item[].

Platí pro

Viz také