Compartir a través de


MergeSynchronizationAgent.MetadataRetentionCleanup Propiedad

Get or sets whether to clean up metadata.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public Overridable Property MetadataRetentionCleanup As Boolean 
    Get 
    Set
'Uso
Dim instance As MergeSynchronizationAgent 
Dim value As Boolean 

value = instance.MetadataRetentionCleanup

instance.MetadataRetentionCleanup = value
public virtual bool MetadataRetentionCleanup { get; set; }
public:
virtual property bool MetadataRetentionCleanup {
    bool get ();
    void set (bool value);
}
abstract MetadataRetentionCleanup : bool with get, set 
override MetadataRetentionCleanup : bool with get, set
function get MetadataRetentionCleanup () : boolean 
function set MetadataRetentionCleanup (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if to clean up metadata; otherwise, false.

Implementa

IMergeSynchronizationAgent.MetadataRetentionCleanup

Comentarios

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 Cómo funciona la replicación de mezcla.

Vea también

Referencia

MergeSynchronizationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication