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.
Sets the scope description from which the database should be provisioned.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public Sub PopulateFromScopeDescription ( _
scopeDescription As DbSyncScopeDescription _
)
'Usage
Dim instance As SqlCeSyncScopeProvisioning
Dim scopeDescription As DbSyncScopeDescription
instance.PopulateFromScopeDescription(scopeDescription)
public void PopulateFromScopeDescription (
DbSyncScopeDescription scopeDescription
)
public:
void PopulateFromScopeDescription (
DbSyncScopeDescription^ scopeDescription
)
public void PopulateFromScopeDescription (
DbSyncScopeDescription scopeDescription
)
public function PopulateFromScopeDescription (
scopeDescription : DbSyncScopeDescription
)
Parameters
- scopeDescription
A DbSyncScopeDescription object that represents how the scope is configured.
See Also
Reference
SqlCeSyncScopeProvisioning Class
SqlCeSyncScopeProvisioning Members
Microsoft.Synchronization.Data.SqlServerCe Namespace