Compartir a través de


CheckTablesDataOnly Método

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

Lista de sobrecargas

  Nombre Descripción
Método publico CheckTablesDataOnly() () () () Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.
Método publico 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étodo publico 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étodo publico 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.

Principio

Notas

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