PivotTable.MDX 属性

定义

返回一个 字符串 ,指示将发送到提供程序以填充当前数据透视表视图的 MDX (多维表达式) 。 此为只读属性。

public:
 property System::String ^ MDX { System::String ^ get(); };
public string MDX { get; }
Public ReadOnly Property MDX As String

属性值

注解

查询非联机分析处理 (OLAP) 数据透视表,或者如果没有数据透视表视图 (没有数据项) ,将返回运行时错误。

适用于