Share via


SupportsMdxQuerySpecificationAttribute.SupportsMdxQuerySpecification Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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