Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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)
Syntax
'Declaration
Public Enumeration SqlSyncScopeProvisioningType
'Usage
Dim instance As SqlSyncScopeProvisioningType
public enum SqlSyncScopeProvisioningType
public enum class SqlSyncScopeProvisioningType
type SqlSyncScopeProvisioningType
public enum SqlSyncScopeProvisioningType
Members
| Member name | Description | |
|---|---|---|
| Scope | Scope provisioning. After a scope is provisioned, the database can be synchronized for the specified scope. | |
| Template | Template provisioning. After a template is provisioned, a scope can be created from the template by specifying a set of parameter values. |