Freigeben über


SupportsMdxQuerySpecificationAttribute.SupportsMdxQuerySpecification-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

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

Siehe auch

Verweis

SupportsMdxQuerySpecificationAttribute Klasse

Microsoft.ReportingServices.Interfaces-Namespace