次の方法で共有


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.
注意

BINARYCHECKSUM is not supported.

FastRowCountAndBinaryChecksum Fast row count and binary checksum validation of the Subscriber data.
注意

BINARYCHECKSUM is not supported.

関連項目

参照

Microsoft.SqlServer.Replication 名前空間