Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Provides the execution context for the stored procedure.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.AdomdServer.Context
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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
El tipo Context expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
Context | Initializes a new instance of the Context class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
ClientCultureInfo | Gets the culture for the current client. |
![]() ![]() |
Cubes | Gets a collection of cubes that are available in the current database or context. |
![]() ![]() |
CurrentConnection | Gets the current connection. |
![]() ![]() |
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 | Gets the server object. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
CheckCancelled | Throws an exception if the query has timed out or been canceled by the user. |
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
![]() ![]() |
TraceEvent | Raises a trace event with the specified information. |
Arriba
Comentarios
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.
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.
.gif)
.gif)
.gif)