Compartir a través de


IMergeSynchronizationAgent.Validate Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Property Validate As ValidateType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IMergeSynchronizationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication