VerifyOption Enumeration

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.

See Also

Reference

System.Data.SqlServerCe Namespace