ExpressionText プロパティ
評価対象の多次元式 (MDX) を取得します。値の設定も可能です。
名前空間: 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
MDX 式を表す string です。