Aracılığıyla paylaş


QueryInterval.ExecutionCount Property

Definition

Gets the number of times the query was executed during this interval.

[Newtonsoft.Json.JsonProperty(PropertyName="executionCount")]
public double? ExecutionCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="executionCount")>]
member this.ExecutionCount : Nullable<double>
Public ReadOnly Property ExecutionCount As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to