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


IndexOperation Enumeration

The IndexOperation enumeration contains values that are used to specify index operations.

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

Синтаксис

'Декларация
Public Enumeration IndexOperation
public enum IndexOperation
public enum class IndexOperation
public enum IndexOperation
public enum IndexOperation

Members

Member name Description
Disable Disables the index.
Rebuild Rebuilds the index.
Reorganize Reorganizes the index.

Замечания

The IndexOperation enumeration class is served by the Alter method

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Management.Smo Namespace