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. |
Relação do elemento
Relação |
Elemento |
---|---|
Elementos pai |
|
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). Para obter mais informações sobre o elemento ErrorConfiguration, consulte Elemento ErrorConfiguration (ASSL).