Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.56 KB

allowoverwrite-element-xmla.md

File metadata and controls

47 lines (35 loc) · 1.56 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
AllowOverwrite Element (XMLA) | Microsoft Docs
Learn how the AllowOverwrite element determines whether the parent Backup or Restore command attempts to overwrite the target file or database.
01/05/2020
analysis-services
xmla
reference
kfollis
kfollis
kfollis

AllowOverwrite Element (XMLA)

Determines whether the parent Backup or Restore command attempts to overwrite the target file or database.

Syntax

  
<Backup> <!-- or Restore -->  
   ...  
   <AllowOverwrite>...</AllowOverwrite>  
   ...  
</Backup>  

Element characteristics

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

Element relationships

Relationship Element
Parent elements Backup, Restore
Child elements None

Remarks

For Backup commands, the AllowOverwrite element determines whether the command can overwrite the backup file specified in the File element.

For Restore elements, the AllowOverwrite element determines whether the command can overwrite the Analysis Services database specified in the DatabaseName element.