共用方式為


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 連接重試的數目上限。

屬性

適用於