Share via


Clase AdomdConnection

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..AdomdConnection

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public NotInheritable Class AdomdConnection
'Uso
Dim instance As AdomdConnection
public sealed class AdomdConnection
public ref class AdomdConnection sealed
[<SealedAttribute>]
type AdomdConnection =  class end
public final class AdomdConnection

El tipo AdomdConnection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ClientCulture Gets the System.Globalization..::..CultureInfo object that the current AdomdConnection is using with the client.
Propiedad pública SessionID Gets the session identifier for the current AdomdConnection.
Propiedad pública User Gets the identification of the user who opened the current AdomdConnection.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Eventos

  Nombre Descripción
Evento público CubeClosing Occurs when the cube starts to close, but before the cube is actually closed.
Evento público CubeOpened Occurs when the cube is opened.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.