SqlSyncScopeProvisioning Constructor (SqlConnection, DbSyncScopeDescription)
Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection and scope description.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public:
SqlSyncScopeProvisioning(
SqlConnection^ connection,
DbSyncScopeDescription^ scopeDescription
)
Parameters
- connection
- Type: System.Data.SqlClient::SqlConnection
A connection to the database that will be provisioned.
- scopeDescription
- Type: Microsoft.Synchronization.Data::DbSyncScopeDescription
The description of the scope.
Show: