Enumeração AlterIndexType
The possible alter index types.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration AlterIndexType
'Uso
Dim instance As AlterIndexType
public enum AlterIndexType
public enum class AlterIndexType
type AlterIndexType
public enum AlterIndexType
Membros
Nome do membro | Descrição | |
---|---|---|
Disable | Alteration is Disable. | |
Rebuild | Alteration is Rebuild. | |
Reorganize | Alteration is Reorganize. | |
Set | Alteration is Set. | |
UpdateSelectiveXmlPaths | Alteration is UpdateSelectiveXmlPaths. |