SqlSyncTableProvisioning Constructor (DbSyncTableDescription)

Note: This API is now obsolete.

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

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

[ObsoleteAttribute(L"Use a constructor that passes in a SqlConnection")]
public:
SqlSyncTableProvisioning(
	DbSyncTableDescription^ tableDescription
)

Parameters

tableDescription
Type: Microsoft.Synchronization.Data::DbSyncTableDescription
The schema of a table.

ExceptionCondition
ArgumentNullException

tableDescription is nullptr.

DbProvisioningException

—or—

  • tableDescription has no primary keys.

Show: