SqlCeSyncStoreMetadataCleanup::RetentionInDays Property

Gets or sets how old change-tracking metadata must be, in days, for that metadata to be deleted when PerformCleanup is called.

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

public:
property int RetentionInDays {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The number of days old that change-tracking metadata must be for that metadata to be deleted.
Show: