SqlSyncScopeProvisioning::PopulateFromScopeDescription Method

Sets the scope description from which the database should be provisioned.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.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 empty or nullptr.

Show: