SqlWorkflowInstanceStoreBehavior.MaxConnectionRetries プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
SQL 接続の再試行の最大数を表す整数。