Enumerates the types of validation that are performed during synchronization.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
구문
‘선언
<ComVisibleAttribute(True)> _
Public Enumeration ValidateType
[ComVisibleAttribute(true)]
public enum ValidateType
[ComVisibleAttribute(true)]
public enum class ValidateType
/** @attribute ComVisibleAttribute(true) */
public enum ValidateType
ComVisibleAttribute(true)
public enum ValidateType
Members
| Member name | Description |
|---|---|
| FastRowCountAndBinaryChecksum | Fast row count and binary checksum validation of the Subscriber data. |
| FastRowCountAndChecksum | Fast row count and checksum validation of the Subscriber data. |
| FastRowCountOnly | Perform only a fast row count validation of the Subscriber data. |
| NoValidation | Do not validate the Subscriber data (default). |
| RowCountAndBinaryChecksum | Full row count and binary checksum validation of the Subscriber data. |
| RowCountAndChecksum | Full row count and checksum validation of the Subscriber data. |
| RowCountOnly | Full row count validation of the Subscriber data. |
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.