次の方法で共有


SqlWorkflowInstanceStoreElement.MaxConnectionRetries プロパティ

定義

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

public:
 property int MaxConnectionRetries { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxConnectionRetries", DefaultValue=4, IsRequired=false)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxConnectionRetries { get; set; }
[<System.Configuration.ConfigurationProperty("maxConnectionRetries", DefaultValue=4, IsRequired=false)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxConnectionRetries : int with get, set
Public Property MaxConnectionRetries As Integer

プロパティ値

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

属性

適用対象