QueryStatisticsProperties.QueryId Property

Definition

Gets unique query id (unique within one database).

[Newtonsoft.Json.JsonProperty(PropertyName="queryId")]
public string QueryId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="queryId")>]
member this.QueryId : string
Public ReadOnly Property QueryId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to