MDX Members

Include Protected Members
Include Inherited Members

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

The MDX type exposes the following members.

Methods

  Name Description
Public methodStatic member Aggregate(Set, array<Expression[]) Runs the Multidimensional Expressions (MDX) Aggregate function on a set and an expression.
Public methodStatic member CrossJoin(Set, Set) Runs the Multidimensional Expressions (MDX) Crossjoin function on two sets.
Public methodStatic member DrilldownMember(Set, Set, array<Object[]) Runs the Multidimensional Expressions (MDX) DrilldownMember function on two sets.
Public method Equals(Object) (Inherited from Object.)
Public methodStatic member Filter(Set, Expression) Runs the Multidimensional Expressions (MDX) Filter function on a set.
Protected method Finalize() (Inherited from Object.)
Public methodStatic member Generate(Set, array<Object[]) Runs the Multidimensional Expressions (MDX) Generate function on a set.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public methodStatic member ParallelPeriod(array<Object[]) Runs the Multidimensional Expressions (MDX) ParallelPeriod function.
Public methodStatic member StrToSet(String) Runs the Multidimensional Expressions (MDX) StrToSet function.
Public method ToString() (Inherited from Object.)

Top