Database.CheckTables Method (RepairType)
Tests the integrity of database pages for all tables and indexes defined on the tables of the database.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- repairType
- Type: Microsoft.SqlServer.Management.Smo.RepairType
A RepairType object that specifies the repair mode.
Return Value
Type: System.Collections.Specialized.StringCollectionA StringCollection object that contains a report about the integrity of the tables and indexes in the database.
