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)

public:
SqlSyncAdapterBuilder(
	SqlConnection^ connection
)

Parameters

connection
Type: System.Data.SqlClient::SqlConnection
A SqlConnection object that is used to connect to the server database.
Show: