Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates the types of validation that are performed during synchronization.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Enumeration ValidateType
'Usage
Dim instance As ValidateType
public enum ValidateType
public enum class ValidateType
type ValidateType
public enum ValidateType
Members
| Member name | Description | |
|---|---|---|
| FastRowCountAndBinaryChecksum | Fast row count and binary checksum validation of the Subscriber data.
Note BINARYCHECKSUM is not supported. |
|
| FastRowCountAndChecksum | Fast row count and checksum validation of the Subscriber data. | |
| FastRowCountOnly | Perform only a fast row count validation of the Subscriber data. | |
| NoValidation | Do not validate the Subscriber data (default). | |
| RowCountAndBinaryChecksum | Full row count and binary checksum validation of the Subscriber data.
Note BINARYCHECKSUM is not supported. |
|
| RowCountAndChecksum | Full row count and checksum validation of the Subscriber data. | |
| RowCountOnly | Full row count validation of the Subscriber data. |