Freigeben über


AdomdConnection-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.AdomdConnection

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

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

Der AdomdConnection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ClientCulture Gets the System.Globalization.CultureInfo object that the current AdomdConnection is using with the client.
Öffentliche Eigenschaft SessionID Gets the session identifier for the current AdomdConnection.
Öffentliche Eigenschaft User Gets the identification of the user who opened the current AdomdConnection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis CubeClosing Occurs when the cube starts to close, but before the cube is actually closed.
Öffentliches Ereignis CubeOpened Occurs when the cube is opened.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace