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 | |
---|---|---|
ClientCulture | Gets the System.Globalization.CultureInfo object that the current AdomdConnection is using with the client. | |
SessionID | Gets the session identifier for the current AdomdConnection. | |
User | Gets the identification of the user who opened the current AdomdConnection. |
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 | |
---|---|---|
CubeClosing | Occurs when the cube starts to close, but before the cube is actually closed. | |
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.