IndexTypeKind Enum

Definition

The possible index types.

public enum IndexTypeKind
type IndexTypeKind = 
Public Enum IndexTypeKind
Inheritance
IndexTypeKind

Fields

Name Value Description
Clustered 0

Clustered index

NonClustered 1

Non clustered index

NonClusteredHash 2

NonClusteredHash index

ClusteredColumnStore 3

Clustered Column Store index

NonClusteredColumnStore 4

Clustered Column Store index

Applies to