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>
要素の特性
特性
説明
データ型と長さ
先祖または親
データ型
AggregationInstanceAggregationInstanceMeasure
MeasureGroupBinding (不一致)MeasureBinding
PerspectiveMeasureGroupPerspectiveMeasure
既定値
なし
カーディナリティ
0-n : 省略可能な要素で、出現する場合は複数回の出現が可能です
要素のリレーションシップ
リレーションシップ
要素
親要素
子要素
先祖または親
子要素
MeasureGroupAggregateFunction、Annotations、BackColor、DataType、Description、DisplayFolder、FontFlags、FontName、FontSize、ForeColor、FormatString、ID、MeasureExpression、Name、Source、Translations、Visible
他のすべてなし
解説
メジャーに対して、バインドの詳細を指定できます。これらの詳細は、各パーティションの既定として使用されます。
比較的大きなキューブには、何百ものメジャーと階層が含まれている場合があります。DisplayFolder プロパティは、クライアントにおけるユーザーの表示を定義します。DisplayFolder プロパティの値には、次のいずれかのオプションが含まれている場合があります。
- 空にする - メジャーがフォルダに所属しないことを示します。
- 単一のフォルダ名を含んでいる - 同じ名前のフォルダに所属するものとしてメジャーを表示する必要があることを示します。
- 円記号 (\) で区切られた複数のフォルダ名を含んでいる - フォルダ階層が埋め込まれていることを示します。
DisplayFolder プロパティは、計算されるメジャーおよび階層にも適用されます。
分析管理オブジェクト (AMO) オブジェクト モデルで対応する要素は、Measure と PerspectiveMeasure です。