次の方法で共有


RecommendedIndexType 列挙型

定義

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
継承
RecommendedIndexType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

CLUSTERED 0
CLUSTEREDCOLUMNSTORE 3
COLUMNSTORE 2
NONCLUSTERED 1

適用対象