Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.33 KB

logfileappend-element-assl.md

File metadata and controls

51 lines (35 loc) · 1.33 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
LogFileAppend Element (ASSL) | Microsoft Docs
Learn about the LogFileAppend property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

LogFileAppend Element (ASSL)

Determines whether the Trace element appends its logging output to the existing log file, or overwrites it.

Syntax

  
<Trace>  
  
   <LogFileAppend>...</LogFileAppend>  
  
</Trace>  

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 element Trace
Child elements None

Remarks

The element that corresponds to the parent of LogFileAppend in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.Trace.

See Also

Traces Element (ASSL)
Properties (ASSL)