PublishedInQueuedTransactions Property

SQL-DMO

SQL-DMO

PublishedInQueuedTransactions Property

The PublishedInQueuedTransactions property indicates whether the referenced table is published in a queued transaction publication.

Applies To
ReplicationTable2 Object
Syntax

object.PublishedInQueuedTransactions

Parts

object

Expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetPublishedInQueuedTransactions(pRetVal);

Remarks

If a table is published in a in a transactional publication that allows immediate updating or queued updating, it cannot be published in a merge publication.

Note  If an application calls PublishedInQueuedTransactions on an instance of SQL Server version 7.0, FALSE is returned.

See Also

PublishedInMerge Property