Dela via


SyncColumnMapping Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class SyncColumnMapping
'Usage
Dim instance As SyncColumnMapping
public class SyncColumnMapping
public ref class SyncColumnMapping
type SyncColumnMapping =  class end
public class SyncColumnMapping

The SyncColumnMapping type exposes the following members.

Constructors

  Name Description
Public method SyncColumnMapping() Initializes a new instance of the SyncColumnMapping class by using default values.
Public method SyncColumnMapping(String, String) Initializes a new instance of the SyncColumnMapping class by using server column and client column parameters.

Top

Properties

  Name Description
Public property ClientColumn Gets or sets the name of the client column.
Public property ServerColumn Gets or sets the name of the server column.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string that represents the column mapping in the SyncColumnMappingCollection. (Overrides Object.ToString().)

Top

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.

See Also

Reference

Microsoft.Synchronization.Data.Server Namespace