Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Enumerates the types of validation that are performed during synchronization.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Public Enumeration ValidateType
'Utilisation
Dim instance As ValidateType
public enum ValidateType
public enum class ValidateType
type ValidateType
public enum ValidateType
Membres
| Nom de membre | Description | |
|---|---|---|
| NoValidation | Do not validate the Subscriber data (default). | |
| RowCountOnly | Full row count validation of the Subscriber data. | |
| RowCountAndChecksum | Full row count and checksum validation of the Subscriber data. | |
| FastRowCountOnly | Perform only a fast row count validation of the Subscriber data. | |
| FastRowCountAndChecksum | Fast row count and checksum validation of the Subscriber data. | |
| RowCountAndBinaryChecksum | Full row count and binary checksum validation of the Subscriber data.
|
|
| FastRowCountAndBinaryChecksum | Fast row count and binary checksum validation of the Subscriber data.
|