DataTableMappingCollection.ITableMappingCollection.Item[String] プロパティ

定義

指定したITableMapping名を持つSourceTableのインスタンスを取得または設定します。

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

パラメーター

index
String

SourceTableITableMapping名。

プロパティ値

指定したITableMapping名を持つSourceTableのインスタンス。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 DataTableMappingCollection インスタンスがITableMappingCollection インターフェイスにキャストされている場合にのみ使用できます。

詳細については、Item[]を参照してください。

適用対象