Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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()