SupportsMdxQuerySpecificationAttribute Class

Definition

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.

Applies to