Метод CheckTables (RepairType, RepairStructure)
Проверяет целостность страниц базы данных для всех таблиц и индексов, определенных для таблиц базы данных.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function CheckTables ( _
repairType As RepairType, _
repairStructure As RepairStructure _
) As StringCollection
'Применение
Dim instance As Database
Dim repairType As RepairType
Dim repairStructure As RepairStructure
Dim returnValue As StringCollection
returnValue = instance.CheckTables(repairType, _
repairStructure)
public StringCollection CheckTables(
RepairType repairType,
RepairStructure repairStructure
)
public:
StringCollection^ CheckTables(
RepairType repairType,
RepairStructure repairStructure
)
member CheckTables :
repairType:RepairType *
repairStructure:RepairStructure -> StringCollection
public function CheckTables(
repairType : RepairType,
repairStructure : RepairStructure
) : StringCollection
Параметры
- repairType
Тип: Microsoft.SqlServer.Management.Smo. . :: . .RepairType
Объект RepairType, определяющий режим исправлений.
- repairStructure
Тип: Microsoft.SqlServer.Management.Smo. . :: . .RepairStructure
Значение объекта RepairStructure, указывающее тип выполняемых структурных проверок, например «только физические», когда проверяется согласованность страниц и структура распределения.
Возвращаемое значение
Тип: System.Collections.Specialized. . :: . .StringCollection
Значение объекта StringCollection, содержащее отчет о целостности таблиц и индексов в базе данных.
См. также