EnableTransPublishing Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The EnableTransPublishing property enables or disables transactional replication publication.
Sintaxe
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);
Comentários
If TRUE, the referenced replication database is enabled for transactional replication.
If FALSE, the referenced replication database cannot be used for transactional replication.