SqlConnectionStringBuilder.ConnectionReset 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection
已過時。 取得或設定布林值,指出從連接集區提取時是否重設連接。
public:
property bool ConnectionReset { bool get(); void set(bool value); };
C#
[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
ConnectionReset 屬性的值,如果未提供任何值則為 true。
- 屬性
這個屬性會對應至 SqlConnection 連接字串內的 "Connection Reset" 索引鍵,該索引鍵已從 .NET Framework 3.5 SP1 版本中移除。
產品 | 版本 (已淘汰) |
---|---|
.NET Framework | (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |