Compartir a través de


Enumeración 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.

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

Sintaxis

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

Miembros

Nombre del miembro Descripción
Rebuild The index is rebuilt.
Recreate The index is recreated.

Comentarios

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

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo