次の方法で共有


QueryExecutionType 列挙型

定義

QueryExecutionType の値を定義します。

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

フィールド

Aborted 3
Any 0
Exception 4
Irregular 2
Regular 1

適用対象