Classe Context

Provides the execution context for the stored procedure.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.Context

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Context
'Utilizzo
Dim instance As Context
public sealed class Context
public ref class Context sealed
[<SealedAttribute>]
type Context =  class end
public final class Context

Nel tipo Context sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Context Initializes a new instance of the Context class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblicoMembro statico CheckCancelled Throws an exception if the query has timed out or been canceled by the user.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblicoMembro statico TraceEvent Raises a trace event with the specified information.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer