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