Compartir a través de


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
public SyncColumnMappingCollection ColumnMappings { get; }
public:
property SyncColumnMappingCollection^ ColumnMappings {
    SyncColumnMappingCollection^ get ();
}
/** @property */
public SyncColumnMappingCollection get_ColumnMappings ()
public function get ColumnMappings () : SyncColumnMappingCollection

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncAdapter Class
SyncAdapter Members
Microsoft.Synchronization.Data.Server Namespace