Level(MDX)

멤버의 수준을 반환합니다.

구문

Member_Expression.Level

인수

  • Member_Expression
    멤버를 반환하는 유효한 MDX 식입니다.

다음 예에서는 Level 함수를 사용하여 Adventure Works 큐브의 모든 월을 반환합니다.

SELECT[Date].[Fiscal].[Month].[February 2002].Level.Members ON 0,
[Measures].[Internet Sales Amount] ON 1
FROM [Adventure Works]

다음 예에서는 Level 함수를 사용하여 Adventure Works 큐브에 있는 Model Name 특성 계층의 All-Purpose Bike Stand에 대한 수준 이름을 반환합니다.

WITH MEMBER Measures.x AS 
   [Product].[Model Name].[All-Purpose Bike Stand].Level.Name
SELECT Measures.x ON 0
FROM [Adventure Works]

참고 항목

참조