다음을 통해 공유


SupportsMdxQuerySpecificationAttribute.SupportsMdxQuerySpecification 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets a Boolean value that indicates whether the IQueryDesigner supports multidimensional expression (MDX) query mode.

네임스페이스:  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
true if the IQueryDesigner supports multidimensional expression (MDX) query mode; otherwise, false.

참고 항목

참조

SupportsMdxQuerySpecificationAttribute 클래스

Microsoft.ReportingServices.Interfaces 네임스페이스