CheckTablesDataOnly-Methode

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

Überladungsliste 

  Name Beschreibung
Öffentliche Methode CheckTablesDataOnly() () () () Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.
Öffentliche Methode 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.
Öffentliche Methode 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.
Öffentliche Methode 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.

Zum Anfang

Hinweise

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