次の方法で共有


SupportsMdxQuerySpecificationAttribute クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

メモ: この API は、互換性のために残されています。 代わりに今後も使用できるのは、 です。

IQueryDesigner が多次元式 (MDX) クエリ モードをサポートするかどうかを指定します。

継承階層

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

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:  Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)

構文

'宣言
<ObsoleteAttribute> _
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class SupportsMdxQuerySpecificationAttribute _
    Inherits Attribute
'使用
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

SupportsMdxQuerySpecificationAttribute 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド SupportsMdxQuerySpecificationAttribute インフラストラクチャです。 SupportsMdxQuerySpecificationAttribute クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ SupportsMdxQuerySpecification インフラストラクチャです。IQueryDesigner が多次元式 (MDX) クエリ モードをサポートするかどうかを示すブール値を取得します。
パブリック プロパティ TypeId (Attribute から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Attribute から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Attribute から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IsDefaultAttribute (Attribute から継承されています。)
パブリック メソッド Match (Attribute から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetIDsOfNames (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfo (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfoCount (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.Invoke (Attribute から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.Interfaces 名前空間