ValidateType 열거형
Enumerates the types of validation that are performed during synchronization.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)
구문
‘선언
Public Enumeration ValidateType
‘사용 방법
Dim instance As ValidateType
public enum ValidateType
public enum class ValidateType
type ValidateType
public enum ValidateType
멤버
멤버 이름 | 설명 | |
---|---|---|
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.
|