SqlSyncScopeProvisioning Constructor
Initializes a new instance of the SqlSyncScopeProvisioning class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SqlSyncScopeProvisioning() | Obsolete. Initializes a new instance of the SqlSyncScopeProvisioning class by using default values. |
|
SqlSyncScopeProvisioning(SqlConnection) | Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection. |
|
SqlSyncScopeProvisioning(DbSyncScopeDescription) | Obsolete. Initializes a new instance of the SqlSyncScopeProvisioning class for the specified scope. |
|
SqlSyncScopeProvisioning(SqlConnection, DbSyncScopeDescription) | Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection and scope description. |
|
SqlSyncScopeProvisioning(SqlConnection, SqlSyncScopeProvisioningType) | Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection and provisioning type |
|
SqlSyncScopeProvisioning(SqlConnection, DbSyncScopeDescription, SqlSyncScopeProvisioningType) | Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection, scope description, and provisioning type. |
Show: