Freigeben über


UpgradeSyncSchema-Methode

Aktualisiert das Metadatenformat auf die aktuelle 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

Rückgabewert

Typ: System. . :: . .Boolean
true , wenn das Upgrade erfolgreich ist; andernfalls false.

Siehe auch

Verweis

SqlCeSyncStoreMetadataUpgrade Klasse

SqlCeSyncStoreMetadataUpgrade-Member

Microsoft.Synchronization.Data.SqlServerCe-Namespace