Validate Property
Specifies the type of data validation replication performs while synchronizing.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property Validate As ValidateType
Get
Set
'Usage
Dim instance As SqlCeReplication
Dim value As ValidateType
value = instance.Validate
instance.Validate = value
public ValidateType Validate { get; set; }
public:
property ValidateType Validate {
ValidateType get ();
void set (ValidateType value);
}
member Validate : ValidateType with get, set
function get Validate () : ValidateType
function set Validate (value : ValidateType)
Property Value
Type: System.Data.SqlServerCe. . :: . .ValidateType
The ValidateType constant that specifies the type of data validation to perform.
Remarks
The ValidateType value can be one of these constants:
Constant |
Description |
---|---|
Does not perform validation (default). |
|
Performs a row count comparison on the published data. |
does not support ROWCOUNT_AND_CHECKSUM, FAST_ROWCOUNT_ONLY, or FAST_ROWCOUNT_AND_CHECKSUM validation. For more information, see "Validating Replicated Data" in Books Online.