Share via


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)

Syntax

'Declaration
Public Sub New ( _
    connection As SqlConnection _
)
'Usage
Dim connection As SqlConnection

Dim instance As New SqlSyncStoreRestore(connection)
public SqlSyncStoreRestore (
    SqlConnection connection
)
public:
SqlSyncStoreRestore (
    SqlConnection^ connection
)
public SqlSyncStoreRestore (
    SqlConnection connection
)
public function SqlSyncStoreRestore (
    connection : SqlConnection
)

Parameters

  • connection
    A SqlConnection object that contains a connection to the database.

See Also

Reference

SqlSyncStoreRestore Class
SqlSyncStoreRestore Members
Microsoft.Synchronization.Data.SqlServer Namespace