AdomdConnection Class
Represents the connection object to the running instance of Analysis Services.
Inheritance Hierarchy
System.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 | |
---|---|---|
![]() |
ClientCulture | Gets the System.Globalization.CultureInfo object that the current AdomdConnection is using with the client. |
![]() |
SessionID | Gets the session identifier for the current AdomdConnection. |
![]() |
User | Gets the identification of the user who opened the current AdomdConnection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
CubeClosing | Occurs when the cube starts to close, but before the cube is actually closed. |
![]() |
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.