Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Validate property controls whether SQL Server Compact 3.5 (SQL Server Compact 3.5) performs data validation during synchronization.
Syntax
object.Validate [= value]
Parameters
- value
REPL_VALIDATE_TYPE constant that specifies the type of data validation to perform.
Applies To
SQL Server Compact 3.5 Replication object
Modifiable
Read/write
Prototype
HRESULT get_Validate(VALIDATE_TYPE *pVal);
HRESULT put_Validate(VALIDATE_TYPE newVal);
See Also
Reference
Other Resources
Replication Programming (SQL Server Compact)