SqlConnectionStringBuilder.ConnectionReset Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection
Kullanımdan kalktı. Bağlantı havuzundan çekildiğinde bağlantının sıfırlanıp sıfırlandığını belirten bir Boole değeri alır veya ayarlar.
public:
property bool ConnectionReset { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
[System.Obsolete("ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection")]
public bool ConnectionReset { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection")>]
member this.ConnectionReset : bool with get, set
Public Property ConnectionReset As Boolean
Özellik Değeri
özelliğinin ConnectionReset değeri veya değer sağlanmamışsa true.
- Öznitelikler
Açıklamalar
Bu özellik, .NET Framework 3.5 SP1 sürümünden kaldırılan bağlantı dizesi içindeki SqlConnection "Bağlantı Sıfırlama" anahtarına karşılık gelir.