Compartilhar via


Classe Server

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.Server

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public NotInheritable Class Server
'Uso
Dim instance As Server
public sealed class Server
public ref class Server sealed
[<SealedAttribute>]
type Server =  class end
public final class Server

O tipo Server expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Culture Gets the System.Globalization.CultureInfo object for the server.
Propriedade pública Name Gets the name of the server that has the running instance of Analysis Services.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Eventos

  Nome Descrição
Evento público 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.
Evento público SessionOpened Occurs when the server that has the running instance of Analysis Services starts a session with the client.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer