SqlCeSyncScopeProvisioning Constructor (DbSyncScopeDescription)
Note: This API is now obsolete.
Initializes a new instance of the SqlCeSyncScopeProvisioning class for the specified scope.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
[ObsoleteAttribute("Use a constructor that passes in a SqlCeConnection")] public SqlCeSyncScopeProvisioning( DbSyncScopeDescription scopeDescription )
Parameters
- scopeDescription
- Type: Microsoft.Synchronization.Data.DbSyncScopeDescription
A DbSyncScopeDescription object that represents a logical grouping of tables (optionally filtered) that are synchronized as a unit.
| Exception | Condition |
|---|---|
| DbProvisioningException | scopeDescription is null. |
Show: