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
NONCLUSTERED 1
COLUMNSTORE 2
CLUSTEREDCOLUMNSTORE 3

Applies to