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)

public:
void PopulateFromScopeDescription(
	DbSyncScopeDescription^ scopeDescription
)

Parameters

scopeDescription
Type: Microsoft.Synchronization.Data::DbSyncScopeDescription
An object that represents how the scope is configured.

ExceptionCondition
DbProvisioningException

scopeDescription is nullptr.

Show: