Membres de la dimension EMPLOYEE
<Insert xsi:type="Insert" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2"
xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2"
xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Object>
<Database>MSBI_WATCH</Database>
<Cube>$DIM EMPLOYEE</Cube>
<Dimension>DIM EMPLOYEE</Dimension>
</Object>
<Attributes>
<Attribute>
<AttributeName>Employee</AttributeName>
<Keys>
<Key xsi:type="xsd:string">MILAN KUNDERA</Key>
</Keys>
</Attribute>
<AttributeName>Section</AttributeName>
<Key xsi:type="xsd:int">1</Key>
<AttributeName>Division</AttributeName>
<Key xsi:type="xsd:string">B</Key>
</Attributes>
</Insert>
Ajout d'un employee
Table des employées
<Update xsi:type="Update" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
<Key xsi:type="xsd:int">2</Key>
<Key xsi:type="xsd:string">A</Key>
<Where>
</Where>
<MoveWithDescendants>true</MoveWithDescendants>
</Update>
Employé transféré
<Drop xsi:type="Drop" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
<DeleteWithDescendants>true</DeleteWithDescendants>
</Drop>
Départ d'un employé