Compartilhar via


Classe Context

Provides the execution context for the stored procedure.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.Context

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

Sintaxe

'Declaração
Public NotInheritable Class Context
'Uso
Dim instance As Context
public sealed class Context
public ref class Context sealed
[<SealedAttribute>]
type Context =  class end
public final class Context

O tipo Context expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Context Initializes a new instance of the Context class.

Início

Propriedades

  Nome Descrição
Propriedade públicaMembro estático ClientCultureInfo Gets the culture for the current client.
Propriedade públicaMembro estático Cubes Gets a collection of cubes that are available in the current database or context.
Propriedade públicaMembro estático CurrentConnection Gets the current connection.
Propriedade públicaMembro estático CurrentCube Gets the current cube.
Propriedade públicaMembro estático CurrentDatabaseName Gets the current database name for the current session.
Propriedade públicaMembro estático CurrentMiningModel Gets the current mining model.
Propriedade públicaMembro estático CurrentServerID Gets the server identifier (server\instance) for the current session.
Propriedade públicaMembro estático ExecuteForPrepare Gets a value that indicates whether the stored procedure is being called for preparation purposes.
Propriedade públicaMembro estático MiningModels Gets the mining models in the current database.
Propriedade públicaMembro estático MiningServices Gets the mining services in the current database.
Propriedade públicaMembro estático MiningStructures Gets the mining structures in the current database.
Propriedade públicaMembro estático Pass Gets the pass number that the user-defined function (UDF) or stored procedure is running under.
Propriedade públicaMembro estático Server Gets the server object.

Início

Métodos

  Nome Descrição
Método públicoMembro estático CheckCancelled Throws an exception if the query has timed out or been canceled by the user.
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.)
Método públicoMembro estático TraceEvent Raises a trace event with the specified information.

Início

Comentários

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.

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