The AllowSynchronousTransactions property configures a snapshot or transactional replication publication.
object.AllowSynchronousTransactions [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | True or False |
When True, the publication allows synchronous update by a Subscriber.
When False, synchronous update by a Subscriber is not allowed.
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);