Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 2.36 KB

File metadata and controls

68 lines (57 loc) · 2.36 KB
title Attributes Element (XMLA) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Attributes Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.attributes
urn:schemas-microsoft-com:xml-analysis#Attributes
helpviewer_keywords
Attributes element
ms.assetid c0393de8-44e8-46de-af78-1fd66c218521
caps.latest.revision 15
author jeannt
ms.author jeannt
manager erikre

Attributes Element (XMLA)

Contains a collection of Attribute elements used by the parent Insert or Update command, or by the parent Where element.

Syntax

  
<Insert > <!-- or one of the elements listed below in the Element Relationships table -->  
   ...  
   <Attributes>  
      <Attribute>...</Attribute>  
   </Attributes>  
   ...  
</Insert>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements Insert, Update, Where
Child elements Attribute

Remarks

See Also

Properties (XMLA)