Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.57 KB

keyerroraction-element-assl.md

File metadata and controls

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

KeyErrorAction Element (ASSL)

Specifies the action for Analysis Services to take when an error occurs on a key.

Syntax

  
<ErrorConfiguration>  
   ...  
      <KeyErrorAction>...</KeyErrorAction>  
   ...  
</ErrorConfiguration>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element ErrorConfiguration
Child elements None

Remarks

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

Value Description
ConvertToUnknown Convert the problem key to the unknown member value.
DiscardRecord Discard the record.

The enumeration that corresponds to the allowed values for KeyErrorAction in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.KeyErrorAction.

See Also

Properties (ASSL)