DataTableMappingCollection.ITableMappingCollection.Item[String] Propiedad
Definición
Obtiene o establece la instancia de ITableMapping con el nombre de SourceTable especificado.Gets or sets the instance of ITableMapping with the specified SourceTable name.
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
Parámetros
- index
- String
Nombre de SourceTable
de ITableMapping.The SourceTable
name of the ITableMapping.
Valor de propiedad
Instancia de ITableMapping con el nombre de SourceTable
especificado.The instance of ITableMapping with the specified SourceTable
name.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de DataTableMappingCollection se convierte en una interfaz ITableMappingCollection.It can be used only when the DataTableMappingCollection instance is cast to an ITableMappingCollection interface.
Para obtener más información, vea Item[].For more information, see Item[].