AlterIndexType Enumeration
Specifies the index alteration type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration AlterIndexType
public enum AlterIndexType
public enum class AlterIndexType
type AlterIndexType
public enum AlterIndexType
Members
Member name | Description | |
---|---|---|
Rebuild | Alteration is rebuild | |
Disable | Alteration is disable | |
Reorganize | Alteration is reorganize | |
Set | Alteration is set |