DataTableMappingCollection.ITableMappingCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定指定名稱的 SourceTable 實ITableMapping例。
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
這個名稱ITableMapping。SourceTable
屬性值
即為指定名稱的SourceTable實ITableMapping例。
實作
備註
此成員為明確介面成員實作。 它只能在實 DataTableMappingCollection 例投射到 ITableMappingCollection 介面時使用。
如需詳細資訊,請參閱Item[]。