Compartir a través de


Enumeración IndexOperation

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
Disable Disables the index.
Rebuild Rebuilds the index.
Reorganize Reorganizes the index.

Comentarios

The IndexOperation enumeration class is served by the Alter method

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo