CheckTables 方法 (RepairType, RepairOptions, RepairStructure)
为对数据库表定义的所有表和索引测试数据库页的完整性。
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function CheckTables ( _
repairType As RepairType, _
repairOptions As RepairOptions, _
repairStructure As RepairStructure _
) As StringCollection
用法
Dim instance As Database
Dim repairType As RepairType
Dim repairOptions As RepairOptions
Dim repairStructure As RepairStructure
Dim returnValue As StringCollection
returnValue = instance.CheckTables(repairType, _
repairOptions, repairStructure)
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 : RepairType,
repairOptions : RepairOptions,
repairStructure : RepairStructure
) : StringCollection
参数
- repairType
类型:Microsoft.SqlServer.Management.Smo. . :: . .RepairType
一个指定修复模式的 RepairType 对象。
- repairOptions
类型:Microsoft.SqlServer.Management.Smo. . :: . .RepairOptions
一个 RepairOptions 对象值,该值指定修复选项,如是否只执行估计以及要在返回的报告中包括的消息类型。
- repairStructure
类型:Microsoft.SqlServer.Management.Smo. . :: . .RepairStructure
一个 RepairStructure 对象值,该值指定要执行的结构检查类型,如检查页面一致性和分配结构的“仅物理”。
返回值
类型:System.Collections.Specialized. . :: . .StringCollection
一个 StringCollection 对象值,该值包含有关数据库中表和索引的完整性的报告。