AllowSynchronousTransactions Property (SQL-DMO)

The AllowSynchronousTransactions property configures a snapshot or transactional replication publication.

Applies To

TransPublication Object

Syntax

object.AllowSynchronousTransactions [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

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

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

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);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.