Elemento ErrorConfiguration (XMLA)
Especifica configurações de manipulação de erros que podem ocorrer durante uma operação Batch ou Process .
Syntax
<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 |
---|---|
Comprimento e tipo de dados | Nenhum |
Valor padrão | Nenhum |
Cardinalidade | 0-1: elemento opcional que pode ocorrer apenas uma única vez. |
Relações de elementos
Relação | Elemento |
---|---|
Elementos pai | Batch, Process |
Elementos filho | KeyDuplicate, KeyErrorAction, KeyErrorLimit, KeyErrorLimitAction, KeyErrorLogFile, KeyNotFound, NullKeyConvertedToUnknown, NullKeyNotAllowed |
Comentários
A estrutura desse elemento é idêntica à estrutura do elemento ErrorConfiguration em ASSL (Analysis Services Scripting Language).