次の方法で共有


SupportsMdxQuerySpecificationAttribute.SupportsMdxQuerySpecification プロパティ

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

IQueryDesigner が多次元式 (MDX) クエリ モードをサポートするかどうかを示すブール値を取得します。

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

構文

'宣言
Public ReadOnly Property SupportsMdxQuerySpecification As Boolean 
    Get
'使用
Dim instance As SupportsMdxQuerySpecificationAttribute 
Dim value As Boolean 

value = instance.SupportsMdxQuerySpecification
public bool SupportsMdxQuerySpecification { get; }
public:
property bool SupportsMdxQuerySpecification {
    bool get ();
}
member SupportsMdxQuerySpecification : bool
function get SupportsMdxQuerySpecification () : boolean

プロパティ値

型: System.Boolean
IQueryDesigner が多次元式 (MDX) クエリ モードをサポートする場合は true、それ以外の場合は false です。

関連項目

参照

SupportsMdxQuerySpecificationAttribute クラス

Microsoft.ReportingServices.Interfaces 名前空間