Элементы Expression
Provides the functionality to evaluate a Multidimensional Expressions (MDX) expression and return an MDXValue.
Тип Expression предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
{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 | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetType | (Наследуется из Object.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
ToString | (Наследуется из Object.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
ExpressionText | Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated. |
В начало