CheckTables 方法 (RepairType)

为对数据库表定义的所有表和索引测试数据库页的完整性。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function CheckTables ( _
    repairType As RepairType _
) As StringCollection
用法
Dim instance As Database
Dim repairType As RepairType
Dim returnValue As StringCollection

returnValue = instance.CheckTables(repairType)
public StringCollection CheckTables(
    RepairType repairType
)
public:
StringCollection^ CheckTables(
    RepairType repairType
)
member CheckTables : 
        repairType:RepairType -> StringCollection 
public function CheckTables(
    repairType : RepairType
) : StringCollection

参数

返回值

类型:System.Collections.Specialized. . :: . .StringCollection
一个 StringCollection 对象,该对象包含有关数据库中表和索引的完整性的报告。