Database.CheckTables Method (RepairType, RepairOptions, RepairStructure)

 

Tests the integrity of database pages for all tables and indexes defined on the tables of the database.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public StringCollection CheckTables(
    RepairType repairType,
    RepairOptions repairOptions,
    RepairStructure repairStructure
)
public:
StringCollection^ CheckTables(
    RepairType repairType,
    RepairOptions repairOptions,
    RepairStructure repairStructure
)
member CheckTables : 
        repairType:RepairType *
        repairOptions:RepairOptions *
        repairStructure:RepairStructure -> StringCollection
Public Function CheckTables (
    repairType As RepairType,
    repairOptions As RepairOptions,
    repairStructure As RepairStructure
) As StringCollection

Parameters

Return Value

Type: System.Collections.Specialized.StringCollection

A StringCollection object value that contains a report about the integrity of the tables and indexes in the database.

See Also

CheckTables Overload
Database Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top