IndexType Énumération

Définition

L’énumération spécifie le type de l’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
Héritage
IndexType
Attributs

Champs

Nom Valeur Description
ClusteredIndex 0

Index cluster.

NonClusteredIndex 1

Index non cluster.

PrimaryXmlIndex 2

Index XML principal.

SecondaryXmlIndex 3

Index XML secondaire.

SpatialIndex 4

Index spatial.

NonClusteredColumnStoreIndex 5

Index Columnstore non cluster.

NonClusteredHashIndex 6

Index de hachage non cluster.

SelectiveXmlIndex 7

Index Xml sélectif principal.

SecondarySelectiveXmlIndex 8

Index Xml sélectif secondaire.

ClusteredColumnStoreIndex 9

Index Columnstore cluster.

HeapIndex 10

Index du tas.

S’applique à