SqlCeSyncStoreMetadataCleanup::PerformCleanup Method

Removes change-tracking metadata from the database and updates the cleanup knowledge to reflect the point where the cleanup process stopped.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

public:
bool PerformCleanup()

Return Value

Type: System::Boolean
true if metadata cleanup ran successfully. Otherwise, false.

ExceptionCondition
ArgumentNullException

The Connection property is a nullptr.

Show: