Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Sub New ( _
serverColumn As String, _
clientColumn As String _
)
'Usage
Dim serverColumn As String
Dim clientColumn As String
Dim instance As New SyncColumnMapping(serverColumn, _
clientColumn)
public SyncColumnMapping(
string serverColumn,
string clientColumn
)
public:
SyncColumnMapping(
String^ serverColumn,
String^ clientColumn
)
new :
serverColumn:string *
clientColumn:string -> SyncColumnMapping
public function SyncColumnMapping(
serverColumn : String,
clientColumn : String
)
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.