SqlSyncTableProvisioning Constructor (SqlConnection, DbSyncTableDescription)

Initializes a new instance of the SqlSyncTableProvisioning class for the specified connection and table schema.

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

public:
SqlSyncTableProvisioning(
	SqlConnection^ connection, 
	DbSyncTableDescription^ tableDescription
)

Parameters

connection
Type: System.Data.SqlClient::SqlConnection
The connection to use for provisioning.
tableDescription
Type: Microsoft.Synchronization.Data::DbSyncTableDescription
The schema of the table that will be provisioned.
Show: