Partager via


Propriété SupportsMdxQuerySpecificationAttribute.SupportsMdxQuerySpecification

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SupportsMdxQuerySpecification As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SupportsMdxQuerySpecificationAttribute Classe

Espace de noms Microsoft.ReportingServices.Interfaces