This topic has not yet been rated - Rate this topic

AdomdConnection Class

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

System.Object
  Microsoft.AnalysisServices.AdomdServer.AdomdConnection

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
public sealed class AdomdConnection

The AdomdConnection type exposes the following members.

  NameDescription
Public propertyClientCultureGets the System.Globalization.CultureInfo object that the current AdomdConnection is using with the client.
Public propertySessionIDGets the session identifier for the current AdomdConnection.
Public propertyUserGets the identification of the user who opened the current AdomdConnection.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public eventCubeClosingOccurs when the cube starts to close, but before the cube is actually closed.
Public eventCubeOpenedOccurs when the cube is opened.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.