Compartir a través de


JobStepExecutionOptions.RetryAttempts Propiedad

Definición

Obtiene o establece el número máximo de veces que se volverá a intentar el paso de trabajo si se produce un error en el primer intento.

[Newtonsoft.Json.JsonProperty(PropertyName="retryAttempts")]
public int? RetryAttempts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retryAttempts")>]
member this.RetryAttempts : Nullable<int> with get, set
Public Property RetryAttempts As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a