Compartilhar via


Propriedade do RDL MergeSynchronizationAgent.Validate

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Public Overridable Property Validate As ValidateType 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IMergeSynchronizationAgent.Validate

Consulte também

Referência

MergeSynchronizationAgent Classe

Namespace Microsoft.SqlServer.Replication