EnableTransPublishing Property
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The EnableTransPublishing property enables or disables transactional replication publication.
Синтаксис
object.EnableTransPublishing [=value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
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.