SqlSyncScopeProvisioningType Enumeration

Defines the kind of provisioning performed by a SqlSyncScopeProvisioning object.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

public enum SqlSyncScopeProvisioningType

Member nameDescription
ScopeScope provisioning. After a scope is provisioned, the database can be synchronized for the specified scope.
TemplateTemplate provisioning. After a template is provisioned, a scope can be created from the template by specifying a set of parameter values.
Show: