次の方法で共有


RecommendedIndexAction 列挙型

定義

RecommendedIndexAction の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RecommendedIndexAction
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type RecommendedIndexAction = 
Public Enum RecommendedIndexAction
継承
RecommendedIndexAction
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Create 0
Drop 1
Rebuild 2

適用対象