Classe Server

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

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.Server

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Server
'Utilizzo
Dim instance As Server
public sealed class Server
public ref class Server sealed
[<SealedAttribute>]
type Server =  class end
public final class Server

Nel tipo Server sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Culture Gets the System.Globalization.CultureInfo object for the server.
Proprietà pubblica Name Gets the name of the server that has the running instance of Analysis Services.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Eventi

  Nome Descrizione
Evento pubblico 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 pubblico SessionOpened Occurs when the server that has the running instance of Analysis Services starts a session with the client.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer