Enumerazione ValidateType
Enumerates the types of validation that are performed during synchronization.
Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(True)> _
Public Enumeration ValidateType
'Utilizzo
Dim instance As ValidateType
[ComVisibleAttribute(true)]
public enum ValidateType
[ComVisibleAttribute(true)]
public enum class ValidateType
[<ComVisibleAttribute(true)>]
type ValidateType
public enum ValidateType
Membri
| Nome membro | Descrizione | |
|---|---|---|
| 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.
Nota
BINARYCHECKSUM is not supported by SQL Server 2000 and later Subscribers.
|
|
| FastRowCountAndBinaryChecksum | Fast row count and binary checksum validation of the Subscriber data.
Nota
BINARYCHECKSUM is not supported by MicrosoftSQL Server 2000 and later Subscribers.
|
Nota