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>
요소 특징
특징 |
설명 |
---|---|
데이터 형식 및 길이 |
|
기본값 |
없음 |
카디널리티 |
0-n: 두 번 이상 나타날 수 있는 선택적 요소입니다. |
요소 관계
관계 |
요소 |
---|---|
부모 요소 |
|
자식 요소 |
상위 항목 또는 부모자식 요소
MeasureGroupAggregateFunction, Annotations, BackColor, DataType, Description, DisplayFolder, FontFlags, FontName, FontSize, ForeColor, FormatString, ID, MeasureExpression, Name, Source, Translations, Visible
나머지없음
|
주의
측정값에 대한 바인딩 세부 정보가 제공될 수 있습니다. 이때 이러한 세부 정보는 파티션마다 기본값으로 동작합니다.
보다 큰 큐브에는 수백 개의 측정값과 계층이 있을 수 있습니다. DisplayFolder 속성은 클라이언트의 사용자 모양을 정의합니다. DisplayFolder 속성의 값은 다음과 같은 옵션을 포함할 수 있습니다.
비워 둡니다. 측정값이 폴더에 속하지 않음을 나타냅니다.
단일 폴더 이름을 포함합니다. 측정값이 동일한 이름의 폴더에 속하는 것으로 렌더링되어야 함을 나타냅니다.
백슬래시(\)로 구분되는 여러 폴더 이름을 포함합니다. 포함된 폴더 계층을 나타냅니다.
DisplayFolder 속성도 계산 측정값 및 계층에 적용됩니다.
AMO(Analysis Management Object) 개체 모델의 해당 요소는 Measure 및 PerspectiveMeasure입니다.