Delen via


SupportsMdxQuerySpecificationAttribute Constructor

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Public Sub New ( _
    supportsMdxQuerySpecification As Boolean _
)
'Usage
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
)

Parameters