SqlCeSyncScopeProvisioning Constructor (, DbSyncScopeDescription)

Initializes a new instance of the SqlCeSyncScopeProvisioning class with the specified connection and scope description.

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

Syntax

'Declaration
Public Sub New ( _
    connection As SqlCeConnection, _
    scopeDescription As DbSyncScopeDescription _
)
'Usage
Dim connection As SqlCeConnection
Dim scopeDescription As DbSyncScopeDescription

Dim instance As New SqlCeSyncScopeProvisioning(connection, _
    scopeDescription)
public SqlCeSyncScopeProvisioning(
    SqlCeConnection connection,
    DbSyncScopeDescription scopeDescription
)
public:
SqlCeSyncScopeProvisioning(
    SqlCeConnection^ connection, 
    DbSyncScopeDescription^ scopeDescription
)
new : 
        connection:SqlCeConnection * 
        scopeDescription:DbSyncScopeDescription -> SqlCeSyncScopeProvisioning
public function SqlCeSyncScopeProvisioning(
    connection : SqlCeConnection, 
    scopeDescription : DbSyncScopeDescription
)

Parameters

  • connection
    Type: SqlCeConnection
    A connection to the database.

See Also

Reference

SqlCeSyncScopeProvisioning Class

SqlCeSyncScopeProvisioning Overload

Microsoft.Synchronization.Data.SqlServerCe Namespace