Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 2.33 KB

File metadata and controls

72 lines (60 loc) · 2.33 KB
title Insert 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
Insert Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
urn:schemas-microsoft-com:xml-analysis#Insert
microsoft.xml.analysis.insert
helpviewer_keywords
Insert command
ms.assetid d1137033-cc19-4bcb-b93d-8575f17bea6b
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

Insert Element (XMLA)

Inserts attribute members into a dimension.

Syntax

  
<Command>  
   <Insert>  
      <Object>...</Object>  
      <Attributes>...</Attributes>  
   </Insert>  
</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, Object

Remarks

The Insert command inserts new attribute members into a write-enabled dimension.

For more information about deleting members, see Inserting, Updating, and Dropping Members (XMLA).

See Also

Drop Element (XMLA)
Update Element (XMLA)
Commands (XMLA)