DataTableMappingCollection.ITableMappingCollection.Item[String] Vlastnost

Definice

Získá nebo nastaví instanci ITableMapping se zadaným SourceTable názvem.

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

Parametry

index
String

Název SourceTableITableMapping.

Hodnota vlastnosti

Instance ITableMapping se zadaným SourceTable názvem.

Implementuje

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, DataTableMappingCollection že je instance přetypována do ITableMappingCollection rozhraní.

Další informace najdete na webu Item[].

Platí pro