DataTableMappingCollection.ITableMappingCollection.Item[String] 属性

定义

获取或设置具有指定 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

ITableMappingSourceTable 名称。

属性值

具有指定的 SourceTable 名称的 ITableMapping 的实例。

实现

注解

此成员是显式接口成员的实现。 它只能在 DataTableMappingCollection 实例被强制转换为 ITableMappingCollection 接口时使用。

有关详细信息,请参阅 Item[]

适用于