SqlConnectionStringBuilder.ConnectionReset プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection
Obsolete. 接続プールから描画されたときに接続がリセットされるかどうかを示すブール値を取得または設定します。
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
プロパティ値
ConnectionReset プロパティの値。値が指定されていない場合は true。
- 属性
注釈
このプロパティは、SqlConnection 接続文字列 内の "接続のリセット" キーに対応します。これは、.NET Framework のバージョン 3.5 SP1 から削除されています。