Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 2.07 KB

File metadata and controls

72 lines (59 loc) · 2.07 KB
title Delete Element (XMLA) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Delete Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.delete
urn:schemas-microsoft-com:xml-analysis#Delete
helpviewer_keywords
Delete element
ms.assetid 76201b18-11e9-4815-9287-27a068d8fbc5
caps.latest.revision 14
author jeannt
ms.author jeannt
manager erikre

Delete Element (XMLA)

Deletes an object on a [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] instance.

Syntax

  
<Command>  
   <Delete IgnoreFailures="boolean">  
      <Object>...</Object>  
   </Delete>  
</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 Object

Attributes

Attribute Description
IgnoreFailures Optional Boolean attribute. If set to True, the Execute method ignores network failures or failures related to remote partitions.

Remarks

See Also

Commands (XMLA)