REPL_VALIDATE_TYPE

Controls whether SQL Server Compact 3.5 (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.

Remarks

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.

See Also

Reference

Validate Property (Replication)

Other Resources

Replication Programming (SQL Server Compact)

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)