Classe AdomdConnection
Represents the connection object to the running instance of Analysis Services.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..AdomdConnection
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public NotInheritable Class AdomdConnection
'Utilisation
Dim instance As AdomdConnection
public sealed class AdomdConnection
public ref class AdomdConnection sealed
[<SealedAttribute>]
type AdomdConnection = class end
public final class AdomdConnection
Le type AdomdConnection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
CubeClosing | Occurs when the cube starts to close, but before the cube is actually closed. | |
CubeOpened | Occurs when the cube is opened. |
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.