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 : 省略可能な要素で、出現する場合は複数回の出現が可能です |
先祖または親 | データ型 |
---|---|
AggregationInstance | AggregationInstanceMeasure |
MeasureGroup | なし |
MeasureGroupBinding (不一致) | MeasureBinding |
PerspectiveMeasureGroup | PerspectiveMeasure |
要素の関係
リレーションシップ | 要素 |
---|---|
親要素 | メジャー |
子要素 | 次の表を参照してください。 |
解説
メジャーに対して、バインドの詳細を指定できます。 これらの詳細は、各パーティションの既定として使用されます。
比較的大きなキューブには、何百ものメジャーと階層が含まれている場合があります。 DisplayFolder プロパティは、クライアントでのユーザーの外観を定義します。 DisplayFolder プロパティの値には、次のいずれかのオプションを含めできます。
空にする - メジャーがフォルダーに所属しないことを示します。
単一のフォルダー名を含んでいる - 同じ名前のフォルダーに所属するものとしてメジャーを表示する必要があることを示します。
円記号 (\) で区切られた複数のフォルダー名を含んでいる - フォルダー階層が埋め込まれていることを示します。
DisplayFolder プロパティは、計算メジャーと階層にも適用されます。
AMO (分析管理オブジェクト) オブジェクト モデルの対応する要素は、 と Measure です PerspectiveMeasure。