SubscriberType Property (TransPullSubscription, TransSubscription)
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The SubscriberType property defines subscription behavior when data maintained in a subscribed-to article is altered at the Subscriber.
Constant | Value | Description |
|---|---|---|
SQLDMOTranSubscriber_/Default | 0 | SQLDMOTranSubscriber_/ReadOnly. |
SQLDMOTranSubscriber_/ReadOnly | 0 | A Subscriber update to any publication article affects only the image maintained at the Subscriber. |
SQLDMOTranSubscriber_/Synchronous | 1 | A Subscriber update to a publication article is applied in a distributed transaction, updating the Publisher-maintained image for article data or failing entirely. |
