SqlSyncStoreRestore Constructor (SqlConnection)

Initializes a new instance of the SqlSyncStoreRestore class with the specified connection.

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

public:
SqlSyncStoreRestore(
	SqlConnection^ connection
)

Parameters

connection
Type: System.Data.SqlClient::SqlConnection
A SqlConnection object that contains a connection to the database.
Show: