Database.CheckTablesDataOnly Method
Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.
Remarks
This method is equivalent to the DBCC CHECKTABLE Transact-SQL command.
Overload List
| Name | Description |
|---|---|
| Database.CheckTablesDataOnly () |
Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.
|
| Database.CheckTablesDataOnly (RepairOptions) |
Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database, with the specified repair options.
|
| Database.CheckTablesDataOnly (RepairStructure) |
Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database with the specified repair structure.
|
| Database.CheckTablesDataOnly (RepairOptions, RepairStructure) |
Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database with the specified repair options and repair structure.
|