Replication Transactional Subscriber Constants (SQLDMO_TRANSUBSCRIBER_TYPE)

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

  


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