Propriété Expression.ExpressionText
Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Property ExpressionText As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string that contains the MDX expression.