Server Members

Include Protected Members
Include Inherited Members

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

The Server 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 Culture Gets the System.Globalization.CultureInfo object for the server.
Public property Name Gets the name of the server that has the running instance of Analysis Services.

Top

Events

  Name Description
Public event 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.
Public event SessionOpened Occurs when the server that has the running instance of Analysis Services starts a session with the client.

Top