DataTableMappingCollection.ITableMappingCollection.Item[String] 屬性

定義

取得或設定指定名稱的 SourceTableITableMapping例。

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

屬性值

即為指定名稱的SourceTableITableMapping例。

實作

備註

此成員為明確介面成員實作。 它只能在實 DataTableMappingCollection 例投射到 ITableMappingCollection 介面時使用。

如需詳細資訊,請參閱Item[]

適用於