Server 类

Represents the server object for the running instance of Analysis Services.

继承层次结构

System.Object
  Microsoft.AnalysisServices.AdomdServer.Server

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

语法

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

Server 类型公开以下成员。

属性

  名称 说明
公共属性 Culture Gets the System.Globalization.CultureInfo object for the server.
公共属性 Name Gets the name of the server that has the running instance of Analysis Services.

页首

方法

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

页首

事件

  名称 说明
公共事件 SessionClosing Occurs when the session between the server that has the running instance of Analysis Services and the client starts to close, but before the session is finally closed.
公共事件 SessionOpened Occurs when the server that has the running instance of Analysis Services starts a session with the client.

页首

线程安全

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

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间