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)
Syntax
'Declaration
Public Function PerformCleanup As Boolean
'Usage
Dim instance As SqlCeSyncStoreMetadataCleanup
Dim returnValue As Boolean
returnValue = instance.PerformCleanup
public bool PerformCleanup ()
public:
bool PerformCleanup ()
public boolean PerformCleanup ()
public function PerformCleanup () : boolean
Return Value
true if metadata cleanup ran successfully. Otherwise, false.
Remarks
For information about metadata cleanup, see How to: Clean Up Metadata for Collaborative Synchronization (SQL Server).
See Also
Reference
SqlCeSyncStoreMetadataCleanup Class
SqlCeSyncStoreMetadataCleanup Members
Microsoft.Synchronization.Data.SqlServerCe Namespace