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 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。