AdomdConnection Members

Include Protected Members
Include Inherited Members

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

The AdomdConnection type exposes the following members.

Methods

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

Top

Properties

  Name Description
Public property ClientCulture Gets the System.Globalization.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

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