Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.