Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
|
Примечание