Compartir a través de


USqlJobProperties.TotalRunningTime Propiedad

Definición

Obtiene el tiempo total que este trabajo ha dedicado a ejecutar. El usuario no debe establecer este valor y se omitirá si es así.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a