AdomdConnection Class

Represents the connection object to the running instance of Analysis Services.

Inheritance Hierarchy

Object
  Microsoft.AnalysisServices.AdomdServer.AdomdConnection

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class AdomdConnection
'Usage
Dim instance As AdomdConnection
public sealed class AdomdConnection
public ref class AdomdConnection sealed
[<SealedAttribute>]
type AdomdConnection =  class end
public final class AdomdConnection

The AdomdConnection type exposes the following members.

Properties

  Name Description
Public property ClientCulture Gets the CultureInfo object that the current AdomdConnection is using with the client.
Public property SessionID Gets the session identifier for the current AdomdConnection.
Public property User Gets the identification of the user who opened the current AdomdConnection.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event CubeClosing Occurs when the cube starts to close, but before the cube is actually closed.
Public event CubeOpened Occurs when the cube is opened.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace