Compartir a través de


IndexOperation Enumeración

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Enumeration IndexOperation
'Uso
Dim instance As IndexOperation
public enum IndexOperation
public enum class IndexOperation
type IndexOperation
public enum IndexOperation

Miembros

Nombre del miembro Descripción
Rebuild Rebuilds the index.
Reorganize Reorganizes the index.
Disable Disables the index.

Notas

The IndexOperation enumeration class is served by the Alter method