Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Показывать защищенные элементы
Показывать наследуемые элементы
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.
.gif)