Перечисление IndexOperation
The IndexOperation enumeration contains values that are used to specify index operations.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Enumeration IndexOperation
'Применение
Dim instance As IndexOperation
public enum IndexOperation
public enum class IndexOperation
type IndexOperation
public enum IndexOperation
Элементы
Имя элемента | Описание | |
---|---|---|
Disable | Disables the index. | |
Rebuild | Rebuilds the index. | |
Reorganize | Reorganizes the index. |
Замечания
The IndexOperation enumeration class is served by the Alter method