Replication transaction Subscriber constants specify subscription behavior when a Subscriber initiates a change to data in an article image.
Constant | Value | Description |
---|---|---|
SQLDMOTranSubscriber_Default | 0 | SQLDMOTranSubscriber_ ReadOnly |
SQLDMOTranSubscriber_Max | 1 | SQLDMOTranSubscriber_ Synchronous |
SQLDMOTranSubscriber_Min | 0 | SQLDMOTranSubscriber_ ReadOnly |
SQLDMOTranSubscriber_ReadOnly | 0 | Subscriber update to any publication article affects only the image maintained at the Subscriber |
SQLDMOTranSubscriber_ Synchronous |
1 | Subscriber update to a publication article is applied in a distributed transaction, updating the Publisher-maintained image for article data or failing entirely |
SQLDMOTranSubscriber_Unknown | 256 | Bad or invalid value |