Поделиться через


Класс AdomdConnection

Represents the connection object to the running instance of Службы Analysis Services.

Иерархия наследования

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

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public NotInheritable Class AdomdConnection
'Применение
Dim instance As AdomdConnection
public sealed class AdomdConnection
public ref class AdomdConnection sealed
[<SealedAttribute>]
type AdomdConnection =  class end
public final class AdomdConnection

Тип AdomdConnection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

События

  Имя Описание
Открытое событие CubeClosing Occurs when the cube starts to close, but before the cube is actually closed.
Открытое событие CubeOpened Occurs when the cube is opened.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.