Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of DbSyncColumnMapping objects for the table. These objects map columns in a local table to the corresponding columns in a remote table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnMappings As DbSyncColumnMappingCollection
'Usage
Dim instance As DbSyncAdapter
Dim value As DbSyncColumnMappingCollection
value = instance.ColumnMappings
public DbSyncColumnMappingCollection ColumnMappings { get; }
public:
property DbSyncColumnMappingCollection^ ColumnMappings {
DbSyncColumnMappingCollection^ get ();
}
/** @property */
public DbSyncColumnMappingCollection get_ColumnMappings ()
public function get ColumnMappings () : DbSyncColumnMappingCollection
Property Value
A DbSyncColumnMappingCollection object for the table.
See Also
Reference
DbSyncAdapter Class
DbSyncAdapter Members
Microsoft.Synchronization.Data Namespace