Поделиться через


Метод Index.CheckIndexWithResult

Tests the integrity of database pages that store the index.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function CheckIndexWithResult As DataTable
'Применение
Dim instance As Index 
Dim returnValue As DataTable 

returnValue = instance.CheckIndexWithResult()
public DataTable CheckIndexWithResult()
public:
DataTable^ CheckIndexWithResult()
member CheckIndexWithResult : unit -> DataTable
public function CheckIndexWithResult() : DataTable

Возвращаемое значение

Тип: System.Data.DataTable
A DataTable object value that contains the error message generated by the integrity check.

Замечания

The CheckIndex method is implemented using the Transact-SQL DBCC CHECKTABLE WITH TABLERESULTS statement.

ПримечаниеПримечание

Indexes based on the UserDefinedTableType object cannot be checked and running this method will generate an exception.

Примеры

Создание, изменение и удаление индексов

См. также

Справочник

Index Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Индексы

CREATE INDEX (Transact-SQL)