Replication article status constants specify process state for articles defined as part of a merge replication publication.
SQLDMOArtStat_Active | 2 | Article is active. |
SQLDMOArtStat_Conflicts | 3 | Conflicting copies of article data exist. |
SQLDMOArtStat_Errors | 4 | Agent attempts to publish the article or resolve conflicts in copies of the article have resulted in errors. |
SQLDMOArtStat_Inactive | 0 | Article is inactive. |
SQLDMOArtStat_Max | 6 | SQLDMOArtStat_Errors, |
SQLDMOArtStat_Min | 0 | SQLDMOArtStat_Inactive |
SQLDMOArtStat_Unsynced | 1 | Initial snapshot of article has not been made or has not been retrieved by all Subscribers. |
SQLDMOArtStat_NewInactive | 5 | Newly created article is inactive. |
SQLDMOArtStat_NewActive | 6 | Newly created article is active. |