Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.