此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets a Boolean value that indicates whether the IQueryDesigner supports multidimensional expression (MDX) query mode.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.QueryDesigners (在 Microsoft.ReportingServices.QueryDesigners.dll 中)
語法
'宣告
Public ReadOnly Property SupportsMdxQuerySpecification As Boolean
Get
'用途
Dim instance As SupportsMdxQuerySpecificationAttribute
Dim value As Boolean
value = instance.SupportsMdxQuerySpecification
public bool SupportsMdxQuerySpecification { get; }
public:
property bool SupportsMdxQuerySpecification {
bool get ();
}
member SupportsMdxQuerySpecification : bool
function get SupportsMdxQuerySpecification () : boolean
屬性值
型別:System.Boolean
true if the IQueryDesigner supports multidimensional expression (MDX) query mode; otherwise, false.