次の方法で共有


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

適用対象