IndexTypeKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |