Attribute 要素 (XMLA)
構文
<Attributes>
...
<Attribute>
<AttributeName>...</AttributeName>
<Keys>...</Keys>
<!-- The following elements are included only for attributes contained in the Attributes element of a parent Insert or Update command -->
<Name>...</Name>
<Translations>...</Translations>
<CustomRollup>...</CustomRollup>
<CustomRollupProperties>...</CustomRollupProperties>
<UnaryOperator>...</UnaryOperator>
<SkippedLevels>...</SkippedLevels>
</Attribute>
...
</Attributes>
要素の特性
特性 |
説明 |
---|---|
データ型と長さ |
なし |
既定値 |
なし |
カーディナリティ |
1-1。必須要素で、1 回だけ出現します。 |
要素の関係
関係 |
要素 |
---|---|
親要素 |
|
子要素 |
説明
Attribute 要素は、Insert、Update、または Drop コマンドによって、挿入、更新、または削除される属性メンバを定義します。これらのコマンドが処理できるのは一度に 1 つの属性メンバだけであるため、Insert、Update、および Drop コマンドの Attributes コレクション内に含められる Attribute 要素は 1 つだけです。ただし、Drop および Update コマンドの Where 要素の Attributes コレクションには複数の Attribute 要素を含めることができ、書き込み許可ディメンション内の削除または更新対象の属性をフィルタ処理できます。