다음을 통해 공유


Measure 요소(ASSL)

측정값을 정의합니다.

구문

  
<Measures>  
   <Measure> <!-- ancestor: MeasureGroup -->  
      <Name>...</Name>  
      <ID>...</ID>  
      <Description>...</Description>  
      <AggregateFunction>...</AggregateFunction>  
            <DataType>...</DataType>  
            <Source>...</Source>  
      <Visible>...</Visible>  
      <MeasureExpression>...</MeasureExpression>  
      <DisplayFolder>...</DisplayFolder>  
      <FormatString>...</FormatString>  
      <BackColor>...</BackColor>  
      <ForeColor>...</ForeColor>  
            <FontName>...</FontName>  
            <FontSize>...</FontSize>  
            <FontFlags>...</FontFlags>  
            <Translations>...</Translations>  
      <Annotations>...</Annotations>  
   </Measure>  
   <!-- or  -->  
   <Measure xsi:type="AggregationInstanceMeasure">...</Measure> <!-- parent: AggregationInstance -->  
      <!-- or  -->  
   <Measure xsi:type="MeasureBinding">...</Measure> <!-- ancestor: MeasureGroupBinding (out-of-line) -->  
   <!-- or  -->  
   <Measure xsi:type="PerspectiveMeasure">...</Measure> <!-- ancestor: PerspectiveMeasureGroup -->  
</Measures>  

요소 특징

특성 Description
데이터 형식 및 길이 아래 표를 참조하세요.
기본값 None
카디널리티 0-n: 두 번 이상 나타날 수 있는 선택적 요소입니다.
상위 항목 또는 부모 데이터 형식
AggregationInstance AggregationInstanceMeasure
MeasureGroup None
MeasureGroupBinding(아웃오브 라인) MeasureBinding
PerspectiveMeasureGroup PerspectiveMeasure

요소 관계

관계 요소
부모 요소 측정값
자식 요소 아래 표를 참조하세요.
상위 항목 또는 부모 자식 요소
MeasureGroup AggregateFunction, Annotations, BackColor, DataType, Description, DisplayFolder, FontFlags, FontName, FontSize, ForeColor, FormatString, ID, MeasureExpression, Name, Source, Translations, Visible
나머지 None

설명

측정값에 대한 바인딩 세부 정보가 제공될 수 있습니다. 이때 이러한 세부 정보는 파티션마다 기본값으로 동작합니다.

보다 큰 큐브에는 수백 개의 측정값과 계층이 있을 수 있습니다. DisplayFolder 속성은 클라이언트의 사용자 모양을 정의합니다. DisplayFolder 속성의 값은 다음 옵션 중 하나를 포함할 수 있습니다.

  • 비워 둡니다. 측정값이 폴더에 속하지 않음을 나타냅니다.

  • 단일 폴더 이름을 포함합니다. 측정값이 동일한 이름의 폴더에 속하는 것으로 렌더링되어야 함을 나타냅니다.

  • 백슬래시(\)로 구분되는 여러 폴더 이름을 포함합니다. 포함된 폴더 계층을 나타냅니다.

DisplayFolder 속성도 계산 측정값 및 계층에 적용됩니다.

AMO(Analysis Management Objects) 개체 모델의 해당 요소는 다음과 PerspectiveMeasure같습니다Measure.

참고 항목

개체(ASSL)