Share via


SupportsMdxQuerySpecificationAttribute.SupportsMdxQuerySpecification Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets a Boolean value that indicates whether the IQueryDesigner supports multidimensional expression (MDX) query mode.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Public ReadOnly Property SupportsMdxQuerySpecification As Boolean 
    Get
'Usage
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

Property Value

Type: System.Boolean
true if the IQueryDesigner supports multidimensional expression (MDX) query mode; otherwise, false.

See Also

Reference

SupportsMdxQuerySpecificationAttribute Class

Microsoft.ReportingServices.Interfaces Namespace