Classe DbSyncColumnMappingCollection
Représente une collection d'objets DbSyncColumnMapping.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Class DbSyncColumnMappingCollection
Inherits Collection(Of DbSyncColumnMapping)
'Utilisation
Dim instance As DbSyncColumnMappingCollection
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")]
public class DbSyncColumnMappingCollection : Collection<DbSyncColumnMapping>
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")]
public ref class DbSyncColumnMappingCollection : public Collection<DbSyncColumnMapping^>
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */
public class DbSyncColumnMappingCollection extends Collection<DbSyncColumnMapping>
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")
public class DbSyncColumnMappingCollection extends Collection<DbSyncColumnMapping>
Notes
Ce type ressemble par ses fonctionnalités au type DataColumnMappingCollection dans ADO.NET. Dans les scénarios d'égal à égal, le schéma peut être différent entre les bases de données d'homologues. Par exemple, un schéma de table sur le premier homologue peut utiliser des noms de colonnes numériques difficilement lisibles. Vous pouvez utiliser les objets DbSyncColumnMapping et DbSyncColumnMappingCollection pour mapper les colonnes à des noms plus conviviaux pour d'autres homologues.
Hiérarchie d'héritage
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Synchronization.Data.DbSyncColumnMappingCollection
Sécurité des threads
Tous les membres publics statiques (Partagés en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi
Référence
Membres DbSyncColumnMappingCollection
Espace de noms Microsoft.Synchronization.Data