Elemento ErrorConfiguration (XMLA)
Especifica los valores para controlar los errores que se pueden producir durante una operación Batch o Process .
Sintaxis
<Batch> <!-- or Process -->
...
<ErrorConfiguration>
<KeyErrorLimit>...</KeyErrorLimit>
<KeyErrorLogFile>...</KeyErrorLogFile>
<KeyErrorAction>...</KeyErrorAction>
<KeyErrorLimitAction>...</KeyErrorLimitAction>
<KeyNotFound>...</KeyNotFound>
<KeyDuplicate>...</KeyDuplicate>
<NullKeyConvertedToUnknown>...</NullKeyConvertedToUnknown>
<NullKeyNotAllowed>...<NullKeyNotAllowed>
</ErrorConfiguration>
...
</Batch>
Características de los elementos
Característica | Descripción |
---|---|
Tipo y longitud de los datos | Ninguno |
Valor predeterminado | Ninguno |
Cardinalidad | 0-1: Elemento opcional que puede aparecer una y solo una vez. |
Relaciones de elementos
Relación | Elemento |
---|---|
Elementos primarios | Batch, Process |
Elementos secundarios | KeyDuplicate, KeyErrorAction, KeyErrorLimit, KeyErrorLimitAction, KeyErrorLogFile, KeyNotFound, NullKeyConvertedToUnknown, NullKeyNotAllowed |
Comentarios
La estructura de este elemento es idéntica a la del elemento ErrorConfiguration en el lenguaje de scripting de Analysis Services (ASSL).