Skip to content

Latest commit

 

History

History
83 lines (71 loc) · 4.58 KB

File metadata and controls

83 lines (71 loc) · 4.58 KB
title Attribute 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
Attribute Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.attribute
urn:schemas-microsoft-com:xml-analysis#Attribute
helpviewer_keywords
Attribute element
ms.assetid 0df9cf44-dc5f-4234-8a5a-daac8aabc0d6
caps.latest.revision 17
author jeannt
ms.author jeannt
manager erikre

Attribute Element (XMLA)

Defines or filters a member in an attribute on which a parent Insert, Update, or Drop command performs.

Syntax

  
<Attributes>  
   ...  
   <Attribute>  
      <AttributeName>...</AttributeName>  
      <Keys>...</Keys>  
      <!-- The following elements are included only for attributes contained in the Attributes element of a parent Insert or Update command -->  
      <Name>...</Name>  
      <Translations>...</Translations>  
      <CustomRollup>...</CustomRollup>  
      <CustomRollupProperties>...</CustomRollupProperties>  
      <UnaryOperator>...</UnaryOperator>  
      <SkippedLevels>...</SkippedLevels>  
   </Attribute>  
   ...  
</Attributes>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element Relationships

Relationship Element
Parent elements Attributes
Child elements See the table below.
Ancestor or Parent Child Element
Drop, Where AttributeName, Keys
Insert, Update AttributeName, CustomRollup, CustomRollupProperties, Keys, Name, SkippedLevels, Translations, UnaryOperator

Remarks

The Attribute element defines the attribute member that is inserted, updated, or deleted, respectively, by the Insert, Update, or Drop command. As these commands can operate only on one attribute member at a time, the Attributes collection of the Insert, Update, and Drop commands can contain only one Attribute element. However, the Attributes collection of the Where element for the Drop and Update commands can contain more than one Attribute element, so that you can filter the attributes to be dropped or updated in a write-enabled dimension.

See Also

Properties (XMLA)
Write-Enabled Dimensions