Attributes Element (XMLA)

Contains a collection of Attribute elements used by the parent Insert or Update command, or by the parent Where element.

Syntax

  
<Insert > <!-- or one of the elements listed below in the Element relationships table -->  
   ...  
   <Attributes>  
      <Attribute>...</Attribute>  
   </Attributes>  
   ...  
</Insert>  

Element characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element relationships

Relationship Element
Parent elements Insert, Update, Where
Child elements Attribute

Remarks