The AllowSynchronousTransactions property configures a snapshot or transactional replication publication.
object.AllowSynchronousTransactions [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write when using the SQL-DMO object to create a publication. Read-only when the object references an existing publication.
HRESULT GetAllowSynchronousTransactions(LPBOOL pRetVal);
HRESULT SetAllowSynchronousTransactions(BOOL NewValue);
When TRUE, the publication allows synchronous update by a Subscriber.
When FALSE, synchronous update by a Subscriber is not allowed.