--- title: "Update Element (XMLA) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2016" ms.reviewer: "" ms.suite: "" ms.technology: - "analysis-services" - "docset-sql-devref" ms.tgt_pltfrm: "" ms.topic: "reference" apiname: - "Update Element" apilocation: - "http://schemas.microsoft.com/analysisservices/2003/engine" apitype: "Schema" applies_to: - "SQL Server 2016 Preview" f1_keywords: - "urn:schemas-microsoft-com:xml-analysis#Update" - "microsoft.xml.analysis.update" - "http://schemas.microsoft.com/analysisservices/2003/engine#Update" helpviewer_keywords: - "Update command [XMLA]" ms.assetid: 324dcc16-865d-4d0a-b393-2b06c18ac807 caps.latest.revision: 12 author: "jeannt" ms.author: "jeannt" manager: "erikre" --- # Update Element (XMLA) Updates attribute members in a dimension. ## Syntax ```xml ... ... ... ... ``` ## Element Characteristics |Characteristic|Description| |--------------------|-----------------| |Data type and length|None| |Default value|None| |Cardinality|0-n: Optional element that can occur more than once.| ## Element Relationships |Relationship|Element| |------------------|-------------| |Parent elements|[Command](../../../analysis-services/xmla/xml-elements-properties/command-element-xmla.md)| |Child elements|[Attributes](../../../analysis-services/xmla/xml-elements-properties/attributes-element-xmla.md), [MoveWithDescendants](../../../analysis-services/xmla/xml-elements-properties/movewithdescendants-element-xmla.md), [Object](../../../analysis-services/xmla/xml-elements-properties/object-element-dimension-xmla.md), [Where](../../../analysis-services/xmla/xml-elements-properties/where-element-xmla.md)| ## Remarks The **Update** command moves attribute members within a write-enabled dimension. For more information about updating members, see [Inserting, Updating, and Dropping Members (XMLA)](../../../analysis-services/multidimensional-models-scripting-language-assl-xmla/inserting-updating-and-dropping-members-xmla.md). ## See Also [Drop Element (XMLA)](../../../analysis-services/xmla/xml-elements-commands/drop-element-xmla.md) [Insert Element (XMLA)](../../../analysis-services/xmla/xml-elements-commands/insert-element-xmla.md) [Commands (XMLA)](../../../analysis-services/xmla/xml-elements-commands/xml-elements-commands.md)