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.
BINARYCHECKSUM is not supported. |
|
|
FastRowCountAndBinaryChecksum |
Fast row count and binary checksum validation of the Subscriber data.
BINARYCHECKSUM is not supported. |
|
请参阅
参考
Microsoft.SqlServer.Replication 命名空间