Compartilhar via


QueryExecutionResult.StatementsInBatch Property

Definition

Gets or sets total no. of statements in the batch

[Newtonsoft.Json.JsonProperty(PropertyName="statementsInBatch")]
public long? StatementsInBatch { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statementsInBatch")>]
member this.StatementsInBatch : Nullable<int64> with get, set
Public Property StatementsInBatch As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to