SessionStateSection.SqlConnectionRetryInterval 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 연결 오류가 발생 했을 때 데이터베이스에 다시 연결 하기 전에 초 단위로 시간 간격을 지정 합니다.