Replication frequency constants specify a replication interval at the highest level, thereby determining the type of a transactional publication.
| Constant | Value | Description |
|---|---|---|
| SQLDMORepFreq_Continuous | 0 | Log monitoring or another method is used to determine replicated article content. |
| SQLDMORepFreq_Max | 1 | SQLDMORepFreq_Snapshot. |
| SQLDMORepFreq_Min | 0 | SQLDMORepFreq_Continuous. |
| SQLDMORepFreq_Snapshot | 1 | Article is replicated at fixed times and is not dependent upon transaction log monitoring or other monitoring processes. |
| SQLDMORepFreq_Unknown | 1000 | Invalid value. |