IndexType Enum

Definition

The enumeration specifies the type of the Index.

[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
Inheritance
IndexType
Attributes

Fields

ClusteredColumnStoreIndex 9

Clustered Columnstore Index.

ClusteredIndex 0

Clustered Index.

HeapIndex 10

Heap Index.

NonClusteredColumnStoreIndex 5

Nonclustered Columnstore Index.

NonClusteredHashIndex 6

Nonclustered Hash Index.

NonClusteredIndex 1

Nonclustered Index.

PrimaryXmlIndex 2

Primary XML Index.

SecondarySelectiveXmlIndex 8

Secondary Selective Xml Index.

SecondaryXmlIndex 3

Secondary XML Index.

SelectiveXmlIndex 7

Primary Selective Xml Index.

SpatialIndex 4

Spatial Index.

Applies to