共用方式為


SessionStateSection.SqlConnectionRetryInterval 屬性

定義

取得或設定 ASP.NET 重新連線資料庫之前應經過的時間間隔。

public:
 property TimeSpan SqlConnectionRetryInterval { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("sqlConnectionRetryInterval", DefaultValue="00:00:00")]
public TimeSpan SqlConnectionRetryInterval { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("sqlConnectionRetryInterval", DefaultValue="00:00:00")>]
member this.SqlConnectionRetryInterval : TimeSpan with get, set
Public Property SqlConnectionRetryInterval As TimeSpan

屬性值

ASP.NET 重新連線資料庫之前應經過的時間間隔。

屬性

備註

指定 SqlConnectionRetryInterval 發生連接錯誤時,重新連線至資料庫之前的時間間隔,以秒為單位。

適用於