ExpressionText 屬性
Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Property ExpressionText As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
A string that contains the MDX expression.