SqlCeReplication.Validate Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies the type of data validation SQL Server CE replication performs while synchronizing.

  [Visual Basic]
  Public Property Validate As ValidateType
[C#]
public ValidateType Validate {get; set;}
[C++]
public: __property ValidateType get_Validate();
public: __property void set_Validate(ValidateType);
[JScript]
public function get Validate() : ValidateType;
public function set Validate(ValidateType);

Property Value

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

Remarks

The ValidateType value can be any one of these constants:

Constant Description
NoValidation Do no validation (default).
RowcountOnly Do a row count comparison on the published data.

SQL Server CE 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.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.