| title | ErrorConfiguration Element (ASSL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/06/2017 | ||
| ms.prod | sql-server-2016 | ||
| ms.reviewer | |||
| ms.suite | |||
| ms.technology |
|
||
| ms.tgt_pltfrm | |||
| ms.topic | reference | ||
| apiname |
|
||
| apilocation | |||
| apitype | Schema | ||
| applies_to |
|
||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | e8363ec2-fbbf-48f6-a55d-01793afa759c | ||
| caps.latest.revision | 35 | ||
| author | Minewiskan | ||
| ms.author | owend | ||
| manager | erikre |
Specifies settings for handling errors that can occur when the parent element is processed.
<Cube> <!-- or Dimension, MeasureGroup, MiningStructure, Partition -->
...
<ErrorConfiguration>
<KeyErrorLimit>...</KeyErrorLimit>
<KeyErrorLogFile>...</KeyErrorLogFile>
<KeyErrorAction>...</KeyErrorAction>
<KeyErrorLimitAction>...</KeyErrorLimitAction>
<KeyNotFound>...</KeyNotFound>
<KeyDuplicate>...</KeyDuplicate>
<NullKeyConvertedToUnknown>...</NullKeyConvertedToUnknown>
<NullKeyNotAllowed>...<NullKeyNotAllowed>
</ErrorConfiguration>
...
</Cube > | Characteristic | Description |
|---|---|
| Data type and length | None |
| Default value | None |
| Cardinality | 0-1: Optional element that can occur once and only once. |
| Relationship | Element |
|---|---|
| Parent elements | Cube, Dimension, MeasureGroup, MiningStructure, Partition |
| Child elements | KeyDuplicate, KeyErrorAction, KeyErrorLimit, KeyErrorLimitAction, KeyErrorLogFile, KeyNotFound, NullKeyConvertedToUnknown, NullKeyNotAllowed |
The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ErrorConfiguration.