Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the SupportsMdxQuerySpecificationAttribute class.
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
- supportsMdxQuerySpecification
Type: System.Boolean
true to indicate that the IQueryDesigner supports multidimensional expression (MDX) query mode; otherwise, false.