Propriedade do RDL SupportsMdxQuerySpecificationAttribute.SupportsMdxQuerySpecification
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a Boolean value that indicates whether the IQueryDesigner supports multidimensional expression (MDX) query mode.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxe
'Declaração
Public ReadOnly Property SupportsMdxQuerySpecification As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
true if the IQueryDesigner supports multidimensional expression (MDX) query mode; otherwise, false.