Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SqlCeSyncScopeProvisioning class for the specified scope.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public Sub New ( _
scopeDescription As DbSyncScopeDescription _
)
'Usage
Dim scopeDescription As DbSyncScopeDescription
Dim instance As New SqlCeSyncScopeProvisioning(scopeDescription)
public SqlCeSyncScopeProvisioning (
DbSyncScopeDescription scopeDescription
)
public:
SqlCeSyncScopeProvisioning (
DbSyncScopeDescription^ scopeDescription
)
public SqlCeSyncScopeProvisioning (
DbSyncScopeDescription scopeDescription
)
public function SqlCeSyncScopeProvisioning (
scopeDescription : DbSyncScopeDescription
)
Parameters
- scopeDescription
A DbSyncScopeDescription object that represents a logical grouping of tables (optionally filtered) that are synchronized as a unit.
See Also
Reference
SqlCeSyncScopeProvisioning Class
SqlCeSyncScopeProvisioning Members
Microsoft.Synchronization.Data.SqlServerCe Namespace