The EnableTransPublishing property enables or disables transactional replication publication.
object.EnableTransPublishing [= 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 transactional replication.
If False, the referenced replication database cannot be used for transactional replication.
Boolean
Read/write
HRESULT GetEnableTransPublishing(LPBOOL pRetVal);
HRESULT SetEnableTransPublishing(BOOL NewValue);