IndexType Enumeración

Definición

La enumeración especifica el tipo del índice.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.IndexTypeConverter))]
public enum IndexType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.IndexTypeConverter))>]
type IndexType = 
Public Enum IndexType
Herencia
IndexType
Atributos

Campos

Nombre Valor Description
ClusteredIndex 0

Índice agrupado.

NonClusteredIndex 1

Índice no agrupado.

PrimaryXmlIndex 2

Índice XML principal.

SecondaryXmlIndex 3

Índice XML secundario.

SpatialIndex 4

Índice espacial.

NonClusteredColumnStoreIndex 5

Índice de almacén de columnas no agrupado.

NonClusteredHashIndex 6

Índice hash no clúster.

SelectiveXmlIndex 7

Índice xml selectivo principal.

SecondarySelectiveXmlIndex 8

Índice xml selectivo secundario.

ClusteredColumnStoreIndex 9

Índice de almacén de columnas agrupado.

HeapIndex 10

Índice del montón.

Se aplica a