MoveWithDescendants Element (XMLA)

Indicates whether the descendants of attribute members are also updated by the parent Update command.

Syntax

<Update>
   ...
   <MoveWithDescendants>...</MoveWithDescendants>
   ...
</Update>

Element Characteristics

Characteristic

Description

Data type and length

Boolean

Default value

False

Cardinality

0-1: Optional element that can occur once and only once.

Element Relationships

Relationship

Element

Parent elements

Update

Child elements

None

Remarks

The MoveWithDescendants element determines whether the Update command should not just update the attribute members identified by the Attributes element, but also that the descendants of those attribute members are to be updated as well.

Note

This element applies only to attribute members in parent-child hierarchies.

For more information about updating members, see Inserting, Updating, and Dropping Members (XMLA).

See Also

Concepts