Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.25 KB

keyerrorlogfile-element-assl.md

File metadata and controls

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

KeyErrorLogFile Element (ASSL)

Contains the file name for logging processing errors.

Syntax

  
<ErrorConfiguration>  
   ...  
      <KeyErrorLogFile>...</KeyErrorLogFile>  
   ...  
</ErrorConfiguration>  

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 ErrorConfiguration
Child elements None

Remarks

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

See Also

Properties (ASSL)