Expression Constructor (String)
Initializes a new instance of the Expression class with the Multidimensional Expressions (MDX) expression to be evaluated.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Sub New ( _
expressionText As String _
)
public Expression (
string expressionText
)
public:
Expression (
String^ expressionText
)
public Expression (
String expressionText
)
public function Expression (
expressionText : String
)
Parameters
- expressionText
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Expression Class
Expression Members
Microsoft.AnalysisServices.AdomdServer Namespace