Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.