Validate Property (Replication)

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 an object in the Applies To list
value VALIDATE_TYPE constant that specifies the type of data validation to perform

Remarks

Validate must be set to one of the VALIDATE_TYPE values.

Data Type

VALIDATE_TYPE

Modifiable

Read/write

Prototype C/C++

HRESULT get_Validate(VALIDATE_TYPE newVal);

HRESULT put_Validate(VALIDATE_TYPE* pVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.