Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Upgrades the metadata format to the current version.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public Function UpgradeSyncSchema As Boolean
'Usage
Dim instance As SqlSyncStoreMetadataUpgrade
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.