SqlCeSyncStoreMetadataUpgrade.UpgradeSyncSchema Method

Upgrades the metadata format to the current version.

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

Syntax

'Declaration
Public Function UpgradeSyncSchema As Boolean
'Usage
Dim instance As SqlCeSyncStoreMetadataUpgrade
Dim returnValue As Boolean

returnValue = instance.UpgradeSyncSchema()
public bool UpgradeSyncSchema()
public:
bool UpgradeSyncSchema()
member UpgradeSyncSchema : unit -> bool 
public function UpgradeSyncSchema() : boolean

Return Value

Type: System.Boolean
true when the upgrade succeeds; otherwise, false.

See Also

Reference

SqlCeSyncStoreMetadataUpgrade Class

Microsoft.Synchronization.Data.SqlServerCe Namespace