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

ITableMappingSourceTable 名。

プロパティ値

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

実装

注釈

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

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

適用対象