Partager via


MergeSynchronizationAgent.MetadataRetentionCleanup Property

Get or sets whether to clean up metadata.

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntaxe

'Déclaration
Public Overridable Property MetadataRetentionCleanup As Boolean
public virtual bool MetadataRetentionCleanup { get; set; }
public:
virtual property bool MetadataRetentionCleanup {
    bool get ();
    void set (bool newValue);
}
/** @property */
public boolean get_MetadataRetentionCleanup ()

/** @property */
public void set_MetadataRetentionCleanup (boolean newValue)
public function get MetadataRetentionCleanup () : boolean

public function set MetadataRetentionCleanup (newValue : boolean)

Valeur de propriété

A Boolean value.

Notes

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 Fonctionnement de la réplication de fusion.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace