共用方式為


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.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。