Membros Expression
Provides the functionality to evaluate a Multidimensional Expressions (MDX) expression and return an MDXValue.
O tipo Expression expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
{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 | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ExpressionText | Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated. |
Início