Replication Validation Option Constants specify the type of validation performed on transactional and merge publications and subscriptions.
Constant | Value | Description |
---|---|---|
SQLDMOValidationOption_70Checksum | 0 | Perform a Transact-SQL CHECKSUM operation compatible with an instance of Microsoft® SQL Server™ version 7.0. |
SQLDMOValidationOption_RowCountOnly | 1 | Default. Perform a Transact-SQL @@ROWCOUNT operation. |
SQLDMOValidationOption_80Checksum | 2 | Perform a Transact-SQL CHECKSUM operation compatible with an instance of Microsoft® SQL Server™. Only supported by SQL Server 2000 Subscribers. |
ValidatePublication Method (MergePublication2)