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は、接続エラーが発生したときにデータベースに再接続するまでの時間間隔を秒単位で指定します。

適用対象