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 _
)
'Usage
Dim connection As SqlConnection

Dim instance As New SqlSyncAdapterBuilder(connection)
public SqlSyncAdapterBuilder(
    SqlConnection connection
)
public:
SqlSyncAdapterBuilder(
    SqlConnection^ connection
)
new : 
        connection:SqlConnection -> SqlSyncAdapterBuilder
public function SqlSyncAdapterBuilder(
    connection : SqlConnection
)

Parameters

See Also

Reference

SqlSyncAdapterBuilder Class

SqlSyncAdapterBuilder Overload

Microsoft.Synchronization.Data.Server Namespace