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.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.