次の方法で共有


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 名前空間