Udostępnij za pośrednictwem


SessionStateSection.SqlConnectionRetryInterval Właściwość

Definicja

Pobiera lub ustawia przedział czasu, który powinien upłynąć przed ASP.NET ponownie nawiązuje połączenie z bazą danych.

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

Wartość właściwości

TimeSpan

Przedział czasu, który powinien upłynąć przed ASP.NET ponownie nawiązuje połączenie z bazą danych.

Atrybuty

Uwagi

Parametr SqlConnectionRetryInterval określa interwał czasu w sekundach przed ponownym nawiązaniem połączenia z bazą danych po wystąpieniu błędu połączenia.

Dotyczy