SqlConnectionStringBuilder.ConnectionReset プロパティ

定義

注意事項

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 から削除されています。

適用対象

こちらもご覧ください