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 2005 Compact Edition (SQL Server Compact Edition) 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 Edition Replication object
Modifiable
Read/write
Prototype
HRESULT get_Validate(VALIDATE_TYPE *pVal);
HRESULT put_Validate(VALIDATE_TYPE newVal);
See Also
Reference
Other Resources
SQL Server Compact Edition Replication Programming