SqlCeSyncStoreMetadataUpgrade Constructor (, String)
Initializes a new instance of the SqlCeSyncStoreMetadataUpgrade class with the specified connection and object prefix.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public:
SqlCeSyncStoreMetadataUpgrade(
SqlCeConnection^ connection,
String^ objectPrefix
)
Parameters
- connection
- Type: SqlCeConnection
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.
Show: