Compartir a través de


MetadataRetentionCleanup Propiedad

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

Sintaxis

'Declaración
Property MetadataRetentionCleanup As Boolean
    Get
    Set
'Uso
Dim instance As IMergeSynchronizationAgent
Dim value As Boolean

value = instance.MetadataRetentionCleanup

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

Valor de la propiedad

Tipo: System. . :: . .Boolean