Конструктор SupportsMdxQuerySpecificationAttribute

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

Initializes a new instance of the SupportsMdxQuerySpecificationAttribute class.

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

Синтаксис

'Декларация
Public Sub New ( _
    supportsMdxQuerySpecification As Boolean _
)
'Применение
Dim supportsMdxQuerySpecification As Boolean 

Dim instance As New SupportsMdxQuerySpecificationAttribute(supportsMdxQuerySpecification)
public SupportsMdxQuerySpecificationAttribute(
    bool supportsMdxQuerySpecification
)
public:
SupportsMdxQuerySpecificationAttribute(
    bool supportsMdxQuerySpecification
)
new : 
        supportsMdxQuerySpecification:bool -> SupportsMdxQuerySpecificationAttribute
public function SupportsMdxQuerySpecificationAttribute(
    supportsMdxQuerySpecification : boolean
)

Параметры

  • supportsMdxQuerySpecification
    Тип: System.Boolean
    true to indicate that the IQueryDesigner supports multidimensional expression (MDX) query mode; otherwise, false.

См. также

Справочник

SupportsMdxQuerySpecificationAttribute Класс

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