IndexTypeKind Enum

Definition

The possible index types.

public enum IndexTypeKind
type IndexTypeKind = 
Public Enum IndexTypeKind
Inheritance
IndexTypeKind

Fields

Clustered 0

Clustered index

ClusteredColumnStore 3

Clustered Column Store index

NonClustered 1

Non clustered index

NonClusteredColumnStore 4

Clustered Column Store index

NonClusteredHash 2

NonClusteredHash index

Applies to