SqlCeSyncStoreMetadataCleanup Members

Represents cleanup of change-tracking metadata in a SQL Server Compact database that is synchronized by using a SqlCeSyncProvider.

The following tables list the members exposed by the SqlCeSyncStoreMetadataCleanup type.

Public Constructors

  Name Description
Public method SqlCeSyncStoreMetadataCleanup Overloaded. Initializes a new instance of the SqlCeSyncStoreMetadataCleanup class.

Top

Public Properties

  Name Description
Public property Connection Gets or sets a SqlCeConnection object that contains a connection to the database.
Public property ObjectPrefix Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.
Public property RetentionInDays Gets or sets how old change-tracking metadata must be, in days, for that metadata to be deleted when PerformCleanup is called.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method PerformCleanup Removes change-tracking metadata from the database and updates the cleanup knowledge to reflect the point where the cleanup process stopped.
Public method Dd918769.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SqlCeSyncStoreMetadataCleanup Class
Microsoft.Synchronization.Data.SqlServerCe Namespace