RecommendedIndexType Enum

Definition

Defines values for RecommendedIndexType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RecommendedIndexType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type RecommendedIndexType = 
Public Enum RecommendedIndexType
Inheritance
RecommendedIndexType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

CLUSTERED 0
CLUSTEREDCOLUMNSTORE 3
COLUMNSTORE 2
NONCLUSTERED 1

Applies to