Partager via


ValidateType Enumeration

Enumerates the types of validation that are performed during synchronization.

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(True)> _
Public Enumeration ValidateType
[ComVisibleAttribute(true)] 
public enum ValidateType
[ComVisibleAttribute(true)] 
public enum class ValidateType
/** @attribute ComVisibleAttribute(true) */ 
public enum ValidateType
ComVisibleAttribute(true) 
public enum ValidateType

Members

Member name Description
FastRowCountAndBinaryChecksum Fast row count and binary checksum validation of the Subscriber data.
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.
RowCountAndChecksum Full row count and checksum validation of the Subscriber data.
RowCountOnly Full row count validation of the Subscriber data.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Replication Namespace