SyncAdapter.ColumnMappings Property
Gets a collection of SyncColumnMapping objects for the table. These objects map columns in a server table to the corresponding columns in a client table.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnMappings As SyncColumnMappingCollection
Get
'Usage
Dim instance As SyncAdapter
Dim value As SyncColumnMappingCollection
value = instance.ColumnMappings
public SyncColumnMappingCollection ColumnMappings { get; }
public:
property SyncColumnMappingCollection^ ColumnMappings {
SyncColumnMappingCollection^ get ();
}
member ColumnMappings : SyncColumnMappingCollection
function get ColumnMappings () : SyncColumnMappingCollection
Property Value
Type: Microsoft.Synchronization.Data.Server.SyncColumnMappingCollection
A SyncColumnMappingCollection object for the table. The SyncColumnMapping objects in the collection map columns in a server table to the corresponding columns in a client table.