Aracılığıyla paylaş


SessionStateSection.SqlConnectionRetryInterval Özellik

Tanım

Veritabanına yeniden bağlanmadan önce geçmesi gereken zaman aralığını ASP.NET alır veya ayarlar.

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

Özellik Değeri

ASP.NET veritabanına yeniden bağlanmadan önce geçmesi gereken zaman aralığı.

Öznitelikler

Açıklamalar

, SqlConnectionRetryInterval bir bağlantı hatası oluştuğunda veritabanına yeniden bağlanmadan önce geçmesi gereken süreyi saniye cinsinden belirtir.

Şunlara uygulanır