AlterIndexType-Enumeration
Gibt den Indexänderungstyp an.
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
Member
Membername | Beschreibung | |
---|---|---|
Rebuild | Die Änderung ist Rebuild. | |
Disable | Die Änderung ist Disable. | |
Reorganize | Die Änderung ist Reorganize. | |
Set | Die Änderung ist Set. |