Expand Minimize
This topic has not yet been rated - Rate this topic

MergeSynchronizationAgent.MetadataRetentionCleanup Property

Get or sets whether to clean up metadata.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
public virtual bool MetadataRetentionCleanup { get; set; }

Property Value

Type: System.Boolean
A Boolean value.

Implements

IMergeSynchronizationAgent.MetadataRetentionCleanup

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.