SqlSyncStoreMetadataUpgrade Constructor (SqlConnection, String)

Initializes a new instance of the SqlSyncStoreMetadataUpgrade class with the specified connection and object prefix.

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

public:
SqlSyncStoreMetadataUpgrade(
	SqlConnection^ connection, 
	String^ objectPrefix
)

Parameters

connection
Type: System.Data.SqlClient::SqlConnection
A connection to the database.
objectPrefix
Type: System::String
The prefix that is optionally specified for the ObjectPrefix property, to identify objects that Sync Framework creates. This prefix must match the prefix that was used to provision the database or the upgrade will fail.
Show: