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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。