AdomdConnection 类

表示与正在运行的 Analysis Services 实例的连接对象。

继承层次结构

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 获取当前 AdomdConnection 正在用于客户端的 CultureInfo 对象。
公共属性 SessionID 获取当前 AdomdConnection 的会话标识符。
公共属性 User 获取打开了当前 AdomdConnection 的用户的标识。

顶部

方法

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

顶部

事件

  名称 说明
公共事件 CubeClosing 在多维数据集开始关闭时、但在实际关闭多维数据集之前发生。
公共事件 CubeOpened 在多维数据集打开时发生。

顶部

线程安全

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

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间