Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the execution context for the stored procedure.
The following tables list the members exposed by the Context type.
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
ClientCultureInfo | Gets the culture for the current client. |
![]() ![]() |
Cubes | Gets a collection of cubes that are available in the current database or context. |
![]() ![]() |
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
{dtor} | Releases all resources used by the Context. |
![]() ![]() |
CheckCancelled | Throws an exception if the query has timed out or been canceled by the user. |
![]() |
Dispose | Releases all resources used by the Context. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
![]() ![]() |
TraceEvent | Raises a trace event with the specified information. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
Context Class
Microsoft.AnalysisServices.AdomdServer Namespace