다음을 통해 공유


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

속성 값

TimeSpan

ASP.NET이 데이터베이스에 다시 연결하기 전에 경과되어야 하는 시간 간격입니다.

특성

설명

SqlConnectionRetryInterval 연결 오류가 발생 했을 때 데이터베이스에 다시 연결 하기 전에 초 단위로 시간 간격을 지정 합니다.

적용 대상