SqlCeSyncScopeProvisioning Constructor (, DbSyncScopeDescription)
Initializes a new instance of the SqlCeSyncScopeProvisioning class with the specified connection and scope description.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public:
SqlCeSyncScopeProvisioning(
SqlCeConnection^ connection,
DbSyncScopeDescription^ scopeDescription
)
Parameters
- connection
- Type: SqlCeConnection
A connection to the database.
- scopeDescription
- Type: Microsoft.Synchronization.Data::DbSyncScopeDescription
A DbSyncScopeDescription object that represents a logical grouping of tables (optionally filtered) that are synchronized as a unit.
Show: