次の方法で共有


RelationalConnection.Close メソッド

定義

データベースへの接続を閉じます。

public virtual void Close ();
public virtual bool Close ();
abstract member Close : unit -> unit
override this.Close : unit -> unit
abstract member Close : unit -> bool
override this.Close : unit -> bool
Public Overridable Sub Close ()
Public Overridable Function Close () As Boolean

戻り値

true 基になる接続が実際に閉じられた場合は 。 false それ以外の場合は 。

実装

適用対象