SqlSyncScopeProvisioning Constructor (SqlConnection, DbSyncScopeDescription, SqlSyncScopeProvisioningType)

Initializes a new instance of the SqlSyncScopeProvisioning class with the specified connection, scope description, and provisioning type.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

public:
SqlSyncScopeProvisioning(
	SqlConnection^ connection, 
	DbSyncScopeDescription^ scopeDescription, 
	SqlSyncScopeProvisioningType provisioningType
)

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.
provisioningType
Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncScopeProvisioningType
The kind of provisioning that this object will be used for.
Show: