Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.36 KB

logfilename-element-assl.md

File metadata and controls

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

LogFileName Element (ASSL)

Contains the file name of the log file for the Trace element.

Syntax

  
<Trace>  
   ...  
   <LogFileName>...</LogFileName>  
   ...  
</Trace>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element Trace
Child elements None

Remarks

The log file is saved to the Log folder of the instance of Analysis Services.

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

See Also

Traces Element (ASSL)
Properties (ASSL)