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 | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
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 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.