Share via


DataFlowDebugCommandRequest.Command Property

Definition

Gets or sets the command type. Possible values include: 'executePreviewQuery', 'executeStatisticsQuery', 'executeExpressionQuery'

[Newtonsoft.Json.JsonProperty(PropertyName="command")]
public string Command { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="command")>]
member this.Command : string with get, set
Public Property Command As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to