Compartir a través de


MergeSynchronizationAgent.MetadataRetentionCleanup Property

Get or sets whether to clean up metadata.

Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

A Boolean value.

Notas

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 réplica de mezcla.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace