Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
'Usage
Dim instance As DbSyncAdapter
Dim value As DbSyncColumnMappingCollection
value = instance.ColumnMappings
public DbSyncColumnMappingCollection ColumnMappings { get; }
public:
property DbSyncColumnMappingCollection^ ColumnMappings {
DbSyncColumnMappingCollection^ get ();
}
member ColumnMappings : DbSyncColumnMappingCollection
function get ColumnMappings () : DbSyncColumnMappingCollection
Property Value
Type: Microsoft.Synchronization.Data.DbSyncColumnMappingCollection
A DbSyncColumnMappingCollection object for the table.