EnableMergePublishing Property (SQL-DMO)

The EnableMergePublishing property enables or disables merge replication publication.

Applies To

ReplicationDatabase Object

Syntax

object.EnableMergePublishing [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

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

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

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetEnableMergePublishing(LPBOOL pRetVal);

HRESULT SetEnableMergePublishing(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.