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


Перечисление IndexEnableAction

The IndexEnableAction enumeration contains values that are used to specify the action that is taken on an index when it is enabled after having been disabled.

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

Синтаксис

'Декларация
Public Enumeration IndexEnableAction
'Применение
Dim instance As IndexEnableAction
public enum IndexEnableAction
public enum class IndexEnableAction
type IndexEnableAction
public enum IndexEnableAction

Элементы

Имя элемента Описание
Rebuild The index is rebuilt.
Recreate The index is recreated.

Замечания

The IndexEnableAction enumeration class is served by the Enable method and the EnableAllIndexes method.