Condividi tramite


Proprietà SupportsMdxQuerySpecificationAttribute.SupportsMdxQuerySpecification

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

SupportsMdxQuerySpecificationAttribute Classe

Spazio dei nomi Microsoft.ReportingServices.Interfaces