Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
public SyncColumnMapping (
string serverColumn,
string clientColumn
)
public:
SyncColumnMapping (
String^ serverColumn,
String^ clientColumn
)
public SyncColumnMapping (
String serverColumn,
String clientColumn
)
public function SyncColumnMapping (
serverColumn : String,
clientColumn : String
)
Parameters
- serverColumn
The name of the column in the server database.
- clientColumn
The name of the column in the client database.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncColumnMapping Class
SyncColumnMapping Members
Microsoft.Synchronization.Data.Server Namespace