Aracılığıyla paylaş


USqlJobProperties.TotalCompilationTime Property

Definition

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

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to