MergeSynchronizationAgent.MetadataRetentionCleanup Property

Definition

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.

Applies to