Share 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

Aucun

Valeur par défaut

Aucune

Cardinalité

0-1 : élément facultatif qui peut apparaître une fois et une seule.

Relations entre les éléments

Notes

La structure de cet élément est identique à la structure de l'élément ErrorConfiguration en langage ASSL (Analysis Services Scripting Language). Pour plus d'informations sur l'élément ErrorConfiguration, consultez Élément ErrorConfiguration (ASSL).

Voir aussi

Concepts