Share via


MergeSynchronizationAgent.Validate 속성

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Public Overridable Property Validate As ValidateType 
    Get 
    Set
‘사용 방법
Dim instance As MergeSynchronizationAgent 
Dim value As ValidateType 

value = instance.Validate

instance.Validate = value
public virtual ValidateType Validate { get; set; }
public:
virtual property ValidateType Validate {
    ValidateType get ();
    void set (ValidateType value);
}
abstract Validate : ValidateType with get, set 
override Validate : ValidateType with get, set
function get Validate () : ValidateType 
function set Validate (value : ValidateType)

속성 값

유형: Microsoft.SqlServer.Replication.ValidateType
A ValidateType value that indicates the type of validation that will be performed.

구현

IMergeSynchronizationAgent.Validate

참고 항목

참조

MergeSynchronizationAgent 클래스

Microsoft.SqlServer.Replication 네임스페이스