AdomdConnection.Close Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Close(Boolean) |
Close 1 |
Close() |
Close |
Close(Boolean)
Close 1
public void Close (bool endSession);
member this.Close : bool -> unit
Public Sub Close (endSession As Boolean)
Parameters
- endSession
- Boolean
endSession
Applies to
Close()
Close
public void Close ();
abstract member Close : unit -> unit
override this.Close : unit -> unit
Public Sub Close ()