The PublishedInQueuedTransactions property indicates whether the referenced table is published in a queued transaction publication.
object.PublishedInQueuedTransactions
object
Expression that evaluates to an object in the Applies To list
Boolean
Read-only
HRESULT GetPublishedInQueuedTransactions(pRetVal);
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.