Share via


Controls whether SQL Server Compact 3.5 performs data validation during synchronization.

Members

The following table lists and describes the enumerators of the REPL_VALIDATE_TYPE enumeration and their corresponding values.

Member name

Value

Description

NO_VALIDATION

0

Does not perform validation.

ROWCOUNT_ONLY

1

Performs a row count comparison on the published data.

SQL Server Compact 3.5 does not support ROWCOUNT_AND_CHECKSUM, FAST_ROWCOUNT_ONLY, or FAST_ROWCOUNT_AND_CHECKSUM validation. For more information, see "Validating Replicated Data" in SQL Server Books Online.

Reference

Validate Property (Replication)

Other Resources

Replication Programming (SQL Server Compact)