Share via


QueryExecutionType Enum

Definition

Defines values for 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
Inheritance
QueryExecutionType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Aborted 3
Any 0
Exception 4
Irregular 2
Regular 1

Applies to