The EnableMergePublishing property enables or disables merge replication publication.
object.EnableMergePublishing [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetEnableMergePublishing(LPBOOL pRetVal);
HRESULT SetEnableMergePublishing(BOOL NewValue);
If TRUE, the referenced replication database is enabled for merge replication.
If FALSE, the referenced replication database cannot be used for merge replication.