Expression Members

Include Protected Members
Include Inherited Members

Provides the functionality to evaluate a Multidimensional Expressions (MDX) expression and return an MDXValue.

The Expression type exposes the following members.

Constructors

  Name Description
Public method Expression() Initializes a new instance of the Expression class.
Public method Expression(String) Initializes a new instance of the Expression class with the Multidimensional Expressions (MDX) expression to be evaluated.

Top

Methods

  Name Description
Public method {dtor}() Releases all resources used by the Expression.
Public method Calculate(Tuple) Evaluates the Multidimensional Expressions (MDX) expression under a specified tuple and returns the scalar result.
Public method CalculateMdxObject(Tuple) Evaluates the Multidimensional Expressions (MDX) expression under a specific tuple and returns the result.
Public method Dispose() Releases all resources used by the Expression.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ExpressionText Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated.

Top