SupportsMdxQuerySpecificationAttribute Class
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.
Caution
This API is now deprecated.
Specifies whether the IQueryDesigner supports multidimensional expression (MDX) query mode.
public ref class SupportsMdxQuerySpecificationAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
[System.Obsolete]
public class SupportsMdxQuerySpecificationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
[<System.Obsolete>]
type SupportsMdxQuerySpecificationAttribute = class
inherit Attribute
Public Class SupportsMdxQuerySpecificationAttribute
Inherits Attribute
- Inheritance
-
SupportsMdxQuerySpecificationAttribute
- Attributes
Constructors
SupportsMdxQuerySpecificationAttribute(Boolean) |
Initializes a new instance of the SupportsMdxQuerySpecificationAttribute class. |
Properties
SupportsMdxQuerySpecification |
Gets a Boolean value that indicates whether the IQueryDesigner supports multidimensional expression (MDX) query mode. |