共用方式為


IMergeSynchronizationAgent.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 中)

語法

'宣告
Property Validate As ValidateType 
    Get 
    Set
'用途
Dim instance As IMergeSynchronizationAgent 
Dim value As ValidateType 

value = instance.Validate

instance.Validate = value
ValidateType Validate { get; set; }
property ValidateType Validate {
    ValidateType get ();
    void set (ValidateType value);
}
abstract 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 介面

Microsoft.SqlServer.Replication 命名空間