Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Enumeration IndexEnableAction
'Uso
Dim instance As IndexEnableAction
public enum IndexEnableAction
public enum class IndexEnableAction
type IndexEnableAction
public enum IndexEnableAction
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Rebuild | The index is rebuilt. | |
| Recreate | The index is recreated. |
Comentários
The IndexEnableAction enumeration class is served by the Enable method and the EnableAllIndexes method.