Compartilhar via


Classe AdomdConnection

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.AdomdConnection

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

Sintaxe

'Declaração
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

O tipo AdomdConnection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ClientCulture Gets the System.Globalization.CultureInfo object that the current AdomdConnection is using with the client.
Propriedade pública SessionID Gets the session identifier for the current AdomdConnection.
Propriedade pública User Gets the identification of the user who opened the current AdomdConnection.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Eventos

  Nome Descrição
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.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer