Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the type of data validation to perform.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Enumeration ValidateType
'Usage
Dim instance As ValidateType
public enum ValidateType
public enum class ValidateType
type ValidateType
public enum ValidateType
Members
| Member name | Description | |
|---|---|---|
| NoValidation | Specifies that validation will not be performed. This is the default setting. | |
| RowCountOnly | Specifies that a row count comparison will be performed on the published data. |