次の方法で共有


USqlJobProperties.TotalQueuedTime プロパティ

定義

このジョブがキューに登録された合計時間を取得します。 この値はユーザーが設定しないでください。設定されている場合は無視されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象