Classe Server
Represents the server object for the running instance of Analysis Services.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.AdomdServer.Server
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Server
'Utilisation
Dim instance As Server
public sealed class Server
public ref class Server sealed
[<SealedAttribute>]
type Server = class end
public final class Server
Le type Server expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
![]() |
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. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.