SyncColumnMapping Constructor (String, String)

Initializes a new instance of the SyncColumnMapping class by using server column and client column parameters.

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

public:
SyncColumnMapping(
	String^ serverColumn, 
	String^ clientColumn
)

Parameters

serverColumn
Type: System::String
The name of the column in the server database.
clientColumn
Type: System::String
The name of the column in the client database.
Show: