Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum VerifyOption
Member nameDescription
DefaultRecalculates the checksums for each page in the database and compares the new checksums to the expected values.
EnhancedPerforms 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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.