ITableMappingCollection.Item[String] Właściwość

Definicja

Pobiera lub ustawia wystąpienie klasy ITableMapping o określonej SourceTable nazwie.

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

Parametry

index
String

Nazwa SourceTable elementu ITableMapping.

Wartość właściwości

Wystąpienie klasy ITableMapping o określonej SourceTable nazwie.

Dotyczy