Compartir a través de


EnableMergePublishing Property

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The EnableMergePublishing property enables or disables merge replication publication.

Sintaxis

object.EnableMergePublishing [=value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list

  • value
    TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetEnableMergePublishing(LPBOOL pRetVal);
HRESULT SetEnableMergePublishing(BOOL NewValue);

Notas

If TRUE, the referenced replication database is enabled for merge replication.

If FALSE, the referenced replication database cannot be used for merge replication.