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.

  NameDescription
Public method SqlSyncScopeProvisioning() Obsolete. Initializes a new instance of the SqlSyncScopeProvisioning class by using default values.
Public method SqlSyncScopeProvisioning(SqlConnection) Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection.
Public method SqlSyncScopeProvisioning(DbSyncScopeDescription) Obsolete. Initializes a new instance of the SqlSyncScopeProvisioning class for the specified scope.
Public method SqlSyncScopeProvisioning(SqlConnection, DbSyncScopeDescription) Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection and scope description.
Public method SqlSyncScopeProvisioning(SqlConnection, SqlSyncScopeProvisioningType) Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection and provisioning type
Public method SqlSyncScopeProvisioning(SqlConnection, DbSyncScopeDescription, SqlSyncScopeProvisioningType) Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection, scope description, and provisioning type.
Top
Show: