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 | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
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. |
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.