Skip to content

Latest commit

 

History

History
74 lines (62 loc) · 2.61 KB

File metadata and controls

74 lines (62 loc) · 2.61 KB
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
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
urn:schemas-microsoft-com:xml-analysis#Update
microsoft.xml.analysis.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

  
<Command>  
   <Update>  
      <Object>...</Object>  
      <MoveWithDescendants>...</MoveWithDescendants>  
      <Attributes>...</Attributes>  
      <Where>...</Where>  
   </Update>  
</Command>  

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
Child elements Attributes, MoveWithDescendants, Object, Where

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

See Also

Drop Element (XMLA)
Insert Element (XMLA)
Commands (XMLA)