Replication Subscription Synchronization Constants (SQLDMO_SUBSYNC_TYPE)

Replication subscription synchronization constants specify subscription agent behavior when subscription synchronization is required.

Constant Value Description
SQLDMOSubSync_Auto 1 Subscription agent will synchronize the subscription automatically.
SQLDMOSubSync_Default 1 SQLDMOSubSync_Auto.
SQLDMOSubSync_Manual 0 Maintained for backward compatibility.
SQLDMOSubSync_Max 2 SQLDMOSubSync_None.
SQLDMOSubSync_Min 1 SQLDMOSubSync_Auto.
SQLDMOSubSync_None 2 Subscription agent will not attempt publication synchronization. User interaction necessary to ensure synchronization.
SQLDMOSubSync_Unknown 1000 Bad or invalid value.

  


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