Поделиться через


Метод CheckTablesDataOnly

Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.

Список перегрузок

  Имя Описание
Открытый метод CheckTablesDataOnly() () () () Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced 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.
Открытый метод 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.
Открытый метод 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.

В начало

Замечания

This method is equivalent to the DBCC CHECKTABLE Transact-SQL command.