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 | |
---|---|---|
Expression() () () () | Initializes a new instance of the Expression class. | |
Expression(String) | Initializes a new instance of the Expression class with the Multidimensional Expressions (MDX) expression to be evaluated. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
{dtor} | Releases all resources used by the Expression. | |
Calculate | Evaluates the Multidimensional Expressions (MDX) expression under a specified tuple and returns the scalar result. | |
CalculateMdxObject | Evaluates the Multidimensional Expressions (MDX) expression under a specific tuple and returns the result. | |
Dispose | Releases all resources used by the Expression. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ExpressionText | Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated. |
Zum Anfang