Compartilhar via


Elemento ErrorConfiguration (XMLA)

Especifica configurações de manipulação de erros que podem ocorrer durante uma operação Batch ou Process.

Sintaxe

<Batch> <!-- or Process -->
   ...
   <ErrorConfiguration>
      <KeyErrorLimit>...</KeyErrorLimit>
      <KeyErrorLogFile>...</KeyErrorLogFile>
      <KeyErrorAction>...</KeyErrorAction>
      <KeyErrorLimitAction>...</KeyErrorLimitAction>
      <KeyNotFound>...</KeyNotFound>
      <KeyDuplicate>...</KeyDuplicate>
      <NullKeyConvertedToUnknown>...</NullKeyConvertedToUnknown>
      <NullKeyNotAllowed>...<NullKeyNotAllowed>
   </ErrorConfiguration>
   ...
</Batch>

Características do elemento

Característica

Descrição

Tipo e comprimento dos dados

Nenhum

Valor padrão

Nenhum

Cardinalidade

0-1: elemento opcional que pode ocorrer apenas uma única vez.

Comentários

A estrutura desse elemento é idêntica à estrutura do elemento ErrorConfiguration em ASSL (Analysis Services Scripting Language). Para obter mais informações sobre o elemento ErrorConfiguration, consulte Elemento ErrorConfiguration (ASSL).

Consulte também

Conceitos