SqlSyncScopeProvisioning Constructor (SqlConnection, SqlSyncScopeProvisioningType)
Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection and provisioning type
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public:
SqlSyncScopeProvisioning(
SqlConnection^ connection,
SqlSyncScopeProvisioningType provisioningType
)
Parameters
- connection
- Type: System.Data.SqlClient::SqlConnection
A connection to the database that will be provisioned.
- provisioningType
- Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncScopeProvisioningType
The kind of provisioning that this object will be used for.
Show: