SyncColumnMapping Class

Maps a column in a server table to the corresponding column in a client table.

System.Object
  Microsoft.Synchronization.Data.Server.SyncColumnMapping

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

'Declaration
Public Class SyncColumnMapping
'Usage
Dim instance As SyncColumnMapping

The SyncColumnMapping type exposes the following members.

  NameDescription
Public methodSyncColumnMappingInitializes a new instance of the SyncColumnMapping class by using default values.
Public methodSyncColumnMapping(String, String)Initializes a new instance of the SyncColumnMapping class by using server column and client column parameters.
Top

  NameDescription
Public propertyClientColumnGets or sets the name of the client column.
Public propertyServerColumnGets or sets the name of the server column.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToStringReturns a string that represents the column mapping in the SyncColumnMappingCollection. (Overrides Object.ToString.)
Top

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