Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.59 KB

writebacktablecreation-element-xmla.md

File metadata and controls

51 lines (39 loc) · 1.59 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
WritebackTableCreation Element (XMLA) | Microsoft Docs
Learn how the WritebackTableCreation element determines whether a writeback table is created during the Process operation.
01/05/2020
analysis-services
xmla
reference
kfollis
kfollis
kfollis

WritebackTableCreation Element (XMLA)

Determines whether a writeback table is created during the Process operation.

Syntax

  
<Process>  
...  
   <WritebackTableCreation>...</WritebackTableCreation>  
...  
</Process>  

Element characteristics

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

Element relationships

Relationship Element
Parent elements Process
Child elements None

Remarks

The value of the WritebackTableCreation element is limited to one of the strings listed in the following table.

Value Description
Create Create a new writeback table, if one does not exist. If a writeback table already exists, an error occurs.
CreateAlways Create a new writeback table, overwriting any existing writeback table.
UseExisting Use the existing writeback table, if one already exists. If one does not exist, an error occurs.