Expression.ExpressionText Property

Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Property ExpressionText As String 
    Get 
    Set
'Usage
Dim instance As Expression 
Dim value As String 

value = instance.ExpressionText

instance.ExpressionText = value
public string ExpressionText { get; set; }
public:
property String^ ExpressionText {
    String^ get ();
    void set (String^ value);
}
member ExpressionText : string with get, set
function get ExpressionText () : String 
function set ExpressionText (value : String)

Property Value

Type: System.String
A string that contains the MDX expression.

See Also

Reference

Expression Class

Microsoft.AnalysisServices.AdomdServer Namespace