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[]

適用於