SqlCeSyncScopeProvisioning.PopulateFromScopeDescription Method
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