Share via


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 del elemento

Característica

Descripción

Tipo y longitud de los datos

Ninguno

Valor predeterminado

Ninguno

Cardinalidad

0-1: Elemento opcional que puede aparecer una y sólo una vez.

Relaciones del elemento

Notas

La estructura de este elemento es idéntica a la del elemento ErrorConfiguration en el lenguaje de scripts de Analysis Services (ASSL). Para obtener más información sobre el elemento ErrorConfiguration, vea Elemento ErrorConfiguration (ASSL).

Vea también

Conceptos