Delen via


SupportsMdxQuerySpecificationAttribute Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Note: This API is now obsolete. The non-obsolete alternative is .

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
<ObsoleteAttribute> _
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class SupportsMdxQuerySpecificationAttribute _
    Inherits Attribute
'Usage
Dim instance As SupportsMdxQuerySpecificationAttribute
[ObsoleteAttribute]
[AttributeUsageAttribute(AttributeTargets.Class)]
public class SupportsMdxQuerySpecificationAttribute : Attribute
[ObsoleteAttribute]
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class SupportsMdxQuerySpecificationAttribute : public Attribute
[<ObsoleteAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type SupportsMdxQuerySpecificationAttribute =  
    class
        inherit Attribute
    end
public class SupportsMdxQuerySpecificationAttribute extends Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.ReportingServices.Interfaces.SupportsMdxQuerySpecificationAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.