Свойство SupportsMdxQuerySpecificationAttribute.SupportsMdxQuerySpecification

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборка:  Microsoft.ReportingServices.QueryDesigners (в Microsoft.ReportingServices.QueryDesigners.dll)

Синтаксис

'Декларация
Public ReadOnly Property SupportsMdxQuerySpecification As Boolean 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

SupportsMdxQuerySpecificationAttribute Класс

Пространство имен Microsoft.ReportingServices.Interfaces