SqlSyncStoreMetadataUpgrade Constructor (SqlConnection, String, String)
Initializes a new instance of the SqlSyncStoreMetadataUpgrade class with the specified connection, object prefix, and object schema.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public:
SqlSyncStoreMetadataUpgrade(
SqlConnection^ connection,
String^ objectPrefix,
String^ objectSchema
)
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.
- objectSchema
- Type: System::String
The database schema that is optionally specified for the ObjectSchema property. When specified, Sync Framework creates synchronization objects in this schema. This schema must match the schema that was used to provision the database or the upgrade will fail.
Show: