ValidateType 列舉型別
Enumerates the types of validation that are performed during synchronization.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)
語法
'宣告
<ComVisibleAttribute(True)> _
Public Enumeration ValidateType
'用途
Dim instance As ValidateType
[ComVisibleAttribute(true)]
public enum ValidateType
[ComVisibleAttribute(true)]
public enum class ValidateType
[<ComVisibleAttribute(true)>]
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 by SQL Server 2000 and later Subscribers.
|
|
| FastRowCountAndBinaryChecksum | Fast row count and binary checksum validation of the Subscriber data.
附註
BINARYCHECKSUM is not supported by MicrosoftSQL Server 2000 and later Subscribers.
|
附註