AdomdConnection 类

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

继承层次结构

System.Object
  Microsoft.AnalysisServices.AdomdServer.AdomdConnection

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public NotInheritable Class AdomdConnection
用法
Dim instance As AdomdConnection
public sealed class AdomdConnection
public ref class AdomdConnection sealed
[<SealedAttribute>]
type AdomdConnection =  class end
public final class AdomdConnection

AdomdConnection 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

事件

  名称 说明
公共事件 CubeClosing Occurs when the cube starts to close, but before the cube is actually closed.
公共事件 CubeOpened Occurs when the cube is opened.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间