다음을 통해 공유


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.