Partager via


Élément ErrorConfiguration (XMLA)

Spécifie des paramètres pour gérer les erreurs qui peuvent se produire pendant une opération Batch ou Process .

Syntaxe

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

Caractéristiques de l’élément

Caractéristique Description
Type de données et longueur None
Valeur par défaut None
Cardinalité 0-1 : élément facultatif qui peut apparaître une fois et une seule.

Relations d’éléments

Relation Élément
Éléments parents Batch, Process
Éléments enfants KeyDuplicate, KeyErrorAction, KeyErrorLimit, KeyErrorLimitAction, KeyErrorLogFile, KeyNotFound, NullKeyConvertedToUnknown, NullKeyNotAllowed

Remarques

La structure de cet élément est identique à la structure de l'élément ErrorConfiguration en langage ASSL (Analysis Services Scripting Language).