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 发生连接错误时重新连接到数据库的时间间隔(以秒为单位)。

适用于