Partager via


Méthode Database.CheckTablesDataOnly

Inclure les membres protégés
Inclure les membres hérités

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

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

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.

Voir aussi

Référence

Database Classe

Espace de noms Microsoft.SqlServer.Management.Smo