KeyErrorLimitAction Element (ASSL)

Specifies the action Microsoft SQL Server Analysis Services takes when the key error count that is specified in the KeyErrorLimit element is reached.

Syntax

<ErrorConfiguration>
   ...
      <KeyErrorLimitAction>...</KeyErrorLimitAction>
   ...
</ErrorConfiguration>

Element Characteristics

Characteristic

Description

Data type and length

String (enumeration)

Default value

StopProcessing

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 in the following table.

Value

Description

StopProcessing

Stops processing the object.

StopLogging

Continues processing the object, but stops logging errors that are encountered during processing.

The enumeration that corresponds to the allowed values for KeyErrorLimitAction in the Analysis Management Objects (AMO) object model is KeyErrorLimitAction.

See Also

Reference

Properties (ASSL)