次の方法で共有


JobStepExecutionOptions.RetryAttempts プロパティ

定義

最初の試行が失敗した場合にジョブ ステップが再試行される最大回数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象