Compartir a través de


Database.CheckTablesDataOnly Método

Incluir miembros protegidos
Incluir miembros heredados

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

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Método público 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 público 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 público 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 público 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.

Arriba

Comentarios

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

Vea también

Referencia

Database Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo