共用方式為


MDX 類別

Provides static methods for executing Multidimensional Expressions (MDX) functions without constructing the full MDX syntax.

繼承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MDX

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public NotInheritable Class MDX
'用途
Dim instance As MDX
public sealed class MDX
public ref class MDX sealed
[<SealedAttribute>]
type MDX =  class end
public final class MDX

MDX 型別公開下列成員。

方法

  名稱 說明
公用方法靜態成員 Aggregate Runs the Multidimensional Expressions (MDX) Aggregate function on a set and an expression.
公用方法靜態成員 CrossJoin Runs the Multidimensional Expressions (MDX) Crossjoin function on two sets.
公用方法靜態成員 DrilldownMember Runs the Multidimensional Expressions (MDX) DrilldownMember function on two sets.
公用方法 Equals (繼承自 Object。)
公用方法靜態成員 Filter Runs the Multidimensional Expressions (MDX) Filter function on a set.
受保護的方法 Finalize (繼承自 Object。)
公用方法靜態成員 Generate Runs the Multidimensional Expressions (MDX) Generate function on a set.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法靜態成員 ParallelPeriod Runs the Multidimensional Expressions (MDX) ParallelPeriod function.
公用方法靜態成員 StrToSet Runs the Multidimensional Expressions (MDX) StrToSet function.
公用方法 ToString (繼承自 Object。)

上層

備註

The MDX class functions similarly to Expression, but without the need to construct the statement from scratch. You can use predefined MDX functions to quickly return calculations.

執行緒安全性

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