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