MergeSynchronizationAgent.MetadataRetentionCleanup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get or sets whether to clean up metadata.
public:
virtual property bool MetadataRetentionCleanup { bool get(); void set(bool value); };
public virtual bool MetadataRetentionCleanup { get; set; }
member this.MetadataRetentionCleanup : bool with get, set
Public Overridable Property MetadataRetentionCleanup As Boolean
Property Value
True
if to clean up metadata; otherwise, false
.
Implements
Remarks
The MetadataRetentionCleanup property defaults to true
. This indicates that the Merge Agent should clean up merge metadata based on the publication retention period. A value of false
indicates that the Merge Agent should not clean up merge metadata. For more information about metadata cleanup, see How Merge Replication Works.