Share via


SqlWorkflowInstanceStoreBehavior.MaxConnectionRetries プロパティ

定義

SQL 接続の再試行の最大数を取得または設定します。 既定値は 4 ですが、

public:
 property int MaxConnectionRetries { int get(); void set(int value); };
public int MaxConnectionRetries { get; set; }
member this.MaxConnectionRetries : int with get, set
Public Property MaxConnectionRetries As Integer

プロパティ値

Int32

SQL 接続の再試行の最大数を表す整数。

適用対象