DataTableMapping.ITableMapping.ColumnMappings Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le DataColumnMappingCollection dérivé pour DataTable.
property System::Data::IColumnMappingCollection ^ System::Data::ITableMapping::ColumnMappings { System::Data::IColumnMappingCollection ^ get(); };
System.Data.IColumnMappingCollection System.Data.ITableMapping.ColumnMappings { get; }
member this.System.Data.ITableMapping.ColumnMappings : System.Data.IColumnMappingCollection
ReadOnly Property ColumnMappings As IColumnMappingCollection Implements ITableMapping.ColumnMappings
Valeur de propriété
Collection de mappages de colonnes de données.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DataTableMapping est castée en interface ITableMapping.
Pour plus d'informations, consultez ITableMapping.ColumnMappings.