다음을 통해 공유


Attribute 요소(XMLA)

부모 Insert, Update또는 Drop 명령이 수행되는 특성의 멤버를 정의하거나 필터링합니다.

구문

  
<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>  

요소 특성

특성 Description
데이터 형식 및 길이 None
기본값 None
카디널리티 1-1: 한 번만 나타나는 필수 요소입니다.

요소 관계

관계 요소
부모 요소 특성
자식 요소 아래 표를 참조하세요.
상위 항목 또는 부모 자식 요소
Drop, Where AttributeName, Keys
삽입, 업데이트 AttributeName, CustomRollup, CustomRollupProperties, Keys, Name, SkippedLevels, Translations, UnaryOperator

설명

Attribute 요소는 각각 Insert, Update또는 Drop 명령에 의해 삽입, 업데이트 또는 삭제되는 특성 멤버를 정의합니다. 이러한 명령은 한 번에 하나의 특성 멤버에서만 작동할 수 있으므로 Insert , UpdateDrop명령의 Attributes 컬렉션은 하나의 Attribute 요소만 포함할 수 있습니다. 그러나 AttributesWhere 명령에 대한 Drop 요소의 Update 컬렉션은 두 개 이상의 Attribute 요소를 포함할 수 있으므로 쓰기 가능 차원에서 삭제 또는 업데이트될 특성을 필터링할 수 있습니다.