Validate Property

Replication Programming

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

SQLMerge Object

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

VALIDATE_TYPE

Modifiable

Read/write

Prototype C/C++

HRESULT get_Validate(VALIDATE_TYPE newVal);

HRESULT put_Validate(VALIDATE_TYPE* pVal);