Classe AdomdConnection

Represents the connection object to the running instance of Analysis Services.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.AdomdConnection

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

Sintassi

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

Nel tipo AdomdConnection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ClientCulture Gets the System.Globalization.CultureInfo object that the current AdomdConnection is using with the client.
Proprietà pubblica SessionID Gets the session identifier for the current AdomdConnection.
Proprietà pubblica User Gets the identification of the user who opened the current AdomdConnection.

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 CubeClosing Occurs when the cube starts to close, but before the cube is actually closed.
Evento pubblico CubeOpened Occurs when the cube is opened.

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