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