CheckTablesDataOnly méthode

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

Liste de surcharge

  Nom Description
Méthode publique CheckTablesDataOnly() () () () Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.
Méthode publique 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.
Méthode publique 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.
Méthode publique 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.

Haut de la page

Notes

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