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


Класс Context

Provides the execution context for the stored procedure.

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

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..Context

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

Синтаксис

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

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

Конструкторы

  Имя Описание
Открытый метод Context

В начало

Свойства

  Имя Описание
Открытое свойствоСтатический элемент ClientCultureInfo Gets the culture for the current client.
Открытое свойствоСтатический элемент Cubes Gets a collection of cubes that are available in the current database or context.
Открытое свойствоСтатический элемент CurrentConnection
Открытое свойствоСтатический элемент CurrentCube Gets the current cube.
Открытое свойствоСтатический элемент CurrentDatabaseName Gets the current database name for the current session.
Открытое свойствоСтатический элемент CurrentMiningModel Gets the current mining model.
Открытое свойствоСтатический элемент CurrentServerID Gets the server identifier (server\instance) for the current session.
Открытое свойствоСтатический элемент ExecuteForPrepare Gets a value that indicates whether the stored procedure is being called for preparation purposes.
Открытое свойствоСтатический элемент MiningModels Gets the mining models in the current database.
Открытое свойствоСтатический элемент MiningServices Gets the mining services in the current database.
Открытое свойствоСтатический элемент MiningStructures Gets the mining structures in the current database.
Открытое свойствоСтатический элемент Pass Gets the pass number that the user-defined function (UDF) or stored procedure is running under.
Открытое свойствоСтатический элемент Server

В начало

Методы

  Имя Описание
Открытый методСтатический элемент CheckCancelled Throws an exception if the query has timed out or been canceled by the user.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)
Открытый методСтатический элемент TraceEvent Raises a trace event with the specified information.

В начало

Замечания

The Context object provides a set of static properties that enable stored procedures to obtain the current execution context. All Microsoft.AnalysisServices.AdomdServer metadata objects can be obtained through the Context object, and are read-only.

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

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