Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Closes the connection to the database and ends the session.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Sub Close
'Usage
Dim instance As AdomdConnection
instance.Close()
public void Close()
public:
virtual void Close() sealed
abstract Close : unit -> unit
override Close : unit -> unit
public final function Close()