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: 한 번만 나타나는 필수 요소입니다. |
요소 관계
관계 |
요소 |
---|---|
부모 요소 |
|
자식 요소 |
상위 항목 또는 부모자식 요소
|
주의
Attribute 요소는 각각 Insert, Update 또는 Drop 명령에 의해 삽입, 업데이트 또는 삭제되는 특성 멤버를 정의합니다. 이러한 명령은 한 번에 하나의 특성 멤버에서만 작동할 수 있으므로 Insert, Update 및 Drop 명령의 Attributes 컬렉션은 하나의 Attribute 요소만 포함할 수 있습니다. 그러나 Drop 및 Update 명령에 대한 Where 요소의 Attributes 컬렉션은 두 개 이상의 Attribute 요소를 포함할 수 있으므로 쓰기 가능 차원에서 삭제 또는 업데이트될 특성을 필터링할 수 있습니다.