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.