WaitStatistic.QueryId Property

Definition

Gets or sets database query identifier.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to