Share via


SqlSyncAdapterBuilder Constructor (SqlConnection)

Initializes a new instance of the SqlSyncAdapterBuilder class by using a connection parameter.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
Public Sub New ( _
    connection As SqlConnection _
)
public SqlSyncAdapterBuilder (
    SqlConnection connection
)
public:
SqlSyncAdapterBuilder (
    SqlConnection^ connection
)
public SqlSyncAdapterBuilder (
    SqlConnection connection
)
public function SqlSyncAdapterBuilder (
    connection : SqlConnection
)

Parameters

  • connection
    A SqlConnection object that is used to connect to the server database.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace