Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
These options determine the level of database verification to use.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Enumeration VerifyOption
'Usage
Dim instance As VerifyOption
public enum VerifyOption
public enum class VerifyOption
type VerifyOption
public enum VerifyOption
Members
| Member name | Description | |
|---|---|---|
| Default | Recalculates the checksums for each page in the database and compares the new checksums to the expected values. | |
| Enhanced | Performs the same checks as the Default option and verifies index integrity. Checks that each index entry exists in the table and that each table entry exists in the index. This option is slower and more thorough than the Default option. |