MergeSynchronizationAgent.Validate Property

Definition

Gets or sets whether data validation is performed on the Subscriber data at the end of the synchronization.

public:
 virtual property Microsoft::SqlServer::Replication::ValidateType Validate { Microsoft::SqlServer::Replication::ValidateType get(); void set(Microsoft::SqlServer::Replication::ValidateType value); };
public virtual Microsoft.SqlServer.Replication.ValidateType Validate { get; set; }
member this.Validate : Microsoft.SqlServer.Replication.ValidateType with get, set
Public Overridable Property Validate As ValidateType

Property Value

A ValidateType value that indicates the type of validation that will be performed.

Implements

Applies to