Freigeben über


Expression-Member

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

Der Expression-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Expression() () () () Initializes a new instance of the Expression class.
Öffentliche Methode Expression(String) Initializes a new instance of the Expression class with the Multidimensional Expressions (MDX) expression to be evaluated.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the Expression.
Öffentliche Methode Calculate Evaluates the Multidimensional Expressions (MDX) expression under a specified tuple and returns the scalar result.
Öffentliche Methode CalculateMdxObject Evaluates the Multidimensional Expressions (MDX) expression under a specific tuple and returns the result.
Öffentliche Methode Dispose Releases all resources used by the Expression.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExpressionText Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated.

Zum Anfang