Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)
Parameter
- supportsMdxQuerySpecification
Typ: System.Boolean
true to indicate that the IQueryDesigner supports multidimensional expression (MDX) query mode; otherwise, false.