The Validate property specifies the type of data validation to perform on the Subscriber data at the end of the Run.
| SQLMerge Object |
object.Validate [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | VALIDATE_TYPE constant that specifies the type of data validation to perform |
Validate must be set to one of the VALIDATE_TYPE values.
Read/write
HRESULT get_Validate(VALIDATE_TYPE newVal);
HRESULT put_Validate(VALIDATE_TYPE* pVal);