Expression Class
SQL Server 2012
Provides the functionality to evaluate a Multidimensional Expressions (MDX) expression and return an MDXValue.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
The Expression type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | ExpressionText | Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated. |
| Name | Description | |
|---|---|---|
![]() | {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 | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |

