Freigeben über


Expression.ExpressionText-Eigenschaft

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)

Eigenschaftswert

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

Siehe auch

Verweis

Expression Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace