The Validate property specifies the type of data validation to perform on the Subscriber data at the end of the Run.
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. |
Read/write
HRESULT get_Validate(VALIDATE_TYPE newVal);
HRESULT put_Validate(VALIDATE_TYPE* pVal);