SupportsMdxQuerySpecificationAttribute(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SupportsMdxQuerySpecificationAttribute class.
public:
SupportsMdxQuerySpecificationAttribute(bool supportsMdxQuerySpecification);
public SupportsMdxQuerySpecificationAttribute (bool supportsMdxQuerySpecification);
new Microsoft.ReportingServices.Interfaces.SupportsMdxQuerySpecificationAttribute : bool -> Microsoft.ReportingServices.Interfaces.SupportsMdxQuerySpecificationAttribute
Public Sub New (supportsMdxQuerySpecification As Boolean)
Parameters
- supportsMdxQuerySpecification
- Boolean
true
to indicate that the IQueryDesigner supports multidimensional expression (MDX) query mode; otherwise, false
.