다음을 통해 공유


SupportsMdxQuerySpecification 속성

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:  Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners

구문

‘선언
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