Condividi tramite


Metodo Database.CheckTablesDataOnly

Include i membri protetti
Include i membri ereditati

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

Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.

Elenco degli overload

  Nome Descrizione
Metodo pubblico CheckTablesDataOnly() Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.

In alto

Osservazioni

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

Vedere anche

Riferimento

Database Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo