Replication Programming
Validate Property
The Validate property specifies the type of data validation to perform on the Subscriber data at the end of the Run.
Applies To
Syntax
object.Validate [= value]
Part | Description |
---|---|
object | Expression that evaluates to a SQLMerge object. |
value | VALIDATE_TYPE constant that specifies the type of data validation to perform. |
Data Type
Modifiable
Read/write
Prototype C/C++
HRESULT get_Validate(VALIDATE_TYPE newVal);
HRESULT put_Validate(VALIDATE_TYPE* pVal);