Freigeben über


Database.CheckTablesDataOnly-Methode

Geschützte Member einschließen
Geerbte Member einschließen

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

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Ü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.

Siehe auch

Verweis

Database Klasse

Microsoft.SqlServer.Management.Smo-Namespace