Replication Article Status Constants (SQLDMO_ARTSTATUS_TYPE)

Replication article status constants specify process state for articles defined as part of a merge replication publication.

Constant Value Description
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 4 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

  


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