AllowSynchronousTransactions Property

SQL-DMO

SQL-DMO

AllowSynchronousTransactions Property

The AllowSynchronousTransactions property configures a snapshot or transactional replication publication.

Applies To
TransPublication Object
Syntax

object.AllowSynchronousTransactions [= value]

Parts

object

Expression that evaluates to an object in the Applies To list

value

TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write when using the SQL-DMO object to create a publication. Read-only when the object references an existing publication.

Prototype (C/C++)

HRESULT GetAllowSynchronousTransactions(LPBOOL pRetVal);

HRESULT SetAllowSynchronousTransactions(BOOL NewValue);

Remarks

When TRUE, the publication allows synchronous update by a Subscriber.

When FALSE, synchronous update by a Subscriber is not allowed.