Aracılığıyla paylaş


USqlJobProperties.TotalPauseTime Property

Definition

Gets the total time this job spent paused. This value should not be set by the user and will be ignored if it is.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to