次の方法で共有


USqlJobProperties.TotalRunningTime プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象