SqlSyncStoreMetadataUpgrade.UpgradeSyncSchema Method

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.

See Also

Reference

SqlSyncStoreMetadataUpgrade Class

Microsoft.Synchronization.Data.SqlServer Namespace