Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: String
A string that contains the MDX expression.