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


Метод Index.ReorganizeAllIndexes

Reorganizes all the indexes based on current property settings.

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

Синтаксис

'Декларация
Public Sub ReorganizeAllIndexes
'Применение
Dim instance As Index

instance.ReorganizeAllIndexes()
public void ReorganizeAllIndexes()
public:
void ReorganizeAllIndexes()
member ReorganizeAllIndexes : unit -> unit
public function ReorganizeAllIndexes()

Замечания

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

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

Примеры

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

См. также

Справочник

Index Класс

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

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

Индексы

ALTER INDEX (Transact-SQL)

DBCC DBREINDEX (Transact-SQL)