SqlCeReplication.Validate Property

Specifies the type of data validation SQL Server Compact 3.5 SP1 replication performs while synchronizing.

Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)

Syntax

'Declaration
Public Property Validate As ValidateType
public ValidateType Validate { get; set; }
public:
property ValidateType Validate {
    ValidateType get ();
    void set (ValidateType value);
}
/** @property */
public ValidateType get_Validate ()

/** @property */
public void set_Validate (ValidateType value)
public function get Validate () : ValidateType

public function set Validate (value : ValidateType)

Property Value

The ValidateType constant that specifies the type of data validation to perform.

Remarks

The ValidateType value can be one of these constants:

Constant

Description

NoValidation

Does not perform validation (default).

RowCountOnly

Performs a row count comparison on the published data.

SQL Server Compact 3.5 SP1 does not support ROWCOUNT_AND_CHECKSUM, FAST_ROWCOUNT_ONLY, or FAST_ROWCOUNT_AND_CHECKSUM validation. For more information, see "Validating Replicated Data" in SQL Server Books Online.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
Version Information
.NET Framework and NET Compact Framework
Supported in 3.5
.NET Framework
Supported in 3.0
.NET Compact Framework and .Net Framework
Supported in 2.0

See Also

Reference

SqlCeReplication Class
SqlCeReplication Members
System.Data.SqlServerCe Namespace