Replication agent constants enumerate the SQL Server Agent job step subsystems implementing programmable agents for Microsoft® SQL Server™ replication.
Constant | Value | Description |
---|---|---|
SQLDMOReplAgent_All | 0 | All replication agent types. |
SQLDMOReplAgent_Default | 0 | SQLDMOReplAgent_All |
SQLDMOReplAgent_Distribution | 3 | Replication Distribution Agent |
SQLDMOReplAgent_LogReader | 2 | Replication transaction log monitoring agent |
SQLDMOReplAgent_Merge | 4 | Replication Merge Agent |
SQLDMOReplAgent_Miscellaneous | 5 | Agents not otherwise classified |
SQLDMOReplAgent_Publishers | -1 | Agents supporting publishers |
SQLDMOReplAgent_Snapshot | 1 | Replication Snapshot Agent |