Database.CheckTables Method
Include Protected Members
Include Inherited Members
Tests the integrity of database pages for all tables and indexes defined on the tables of the database.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CheckTables(RepairType) | Tests the integrity of database pages for all tables and indexes defined on the tables of the database. | |
CheckTables(RepairType, RepairOptions) | Tests the integrity of database pages for all tables and indexes defined on the tables of the database. | |
CheckTables(RepairType, RepairStructure) | Tests the integrity of database pages for all tables and indexes defined on the tables of the database. | |
CheckTables(RepairType, RepairOptions, RepairStructure) | Tests the integrity of database pages for all tables and indexes defined on the tables of the database. |
Top