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 | |
---|---|---|
Aggregate(Set, array<Expression[]) | Runs the Multidimensional Expressions (MDX) Aggregate function on a set and an expression. | |
CrossJoin(Set, Set) | Runs the Multidimensional Expressions (MDX) Crossjoin function on two sets. | |
DrilldownMember(Set, Set, array<Object[]) | Runs the Multidimensional Expressions (MDX) DrilldownMember function on two sets. | |
Equals(Object) | (Inherited from Object.) | |
Filter(Set, Expression) | Runs the Multidimensional Expressions (MDX) Filter function on a set. | |
Finalize() | (Inherited from Object.) | |
Generate(Set, array<Object[]) | Runs the Multidimensional Expressions (MDX) Generate function on a set. | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ParallelPeriod(array<Object[]) | Runs the Multidimensional Expressions (MDX) ParallelPeriod function. | |
StrToSet(String) | Runs the Multidimensional Expressions (MDX) StrToSet function. | |
ToString() | (Inherited from Object.) |
Top