REPL_VALIDATE_TYPE
Controls whether SQL Server 2005 Compact Edition (SQL Server Compact Edition) 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 Edition 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
SQL Server Compact Edition Replication Programming