次の方法で共有


USqlJobProperties.TotalCompilationTime プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象