SqlSyncStoreMetadataCleanup Members
Represents cleanup of change-tracking metadata in a SQL Server database that is synchronized by using a SqlSyncProvider.
The following tables list the members exposed by the SqlSyncStoreMetadataCleanup type.
Public Constructors
Name | Description | |
---|---|---|
SqlSyncStoreMetadataCleanup | Overloaded. Initializes a new instance of the SqlSyncStoreMetadataCleanup class. |
Top
Public Properties
Name | Description | |
---|---|---|
Connection | Gets or sets a SqlConnection object that contains a connection to the database. | |
ObjectPrefix | Gets or sets the optional prefix that is used to identify objects that Sync Framework creates. | |
ObjectSchema | Gets or sets the database schema in which Sync Framework creates objects. | |
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 | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
PerformCleanup | Removes change-tracking metadata from the database and updates the cleanup knowledge to reflect the point where the cleanup process stopped. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SqlSyncStoreMetadataCleanup Class
Microsoft.Synchronization.Data.SqlServer Namespace