ErrorConfiguration-Element (XMLA)
Legt die Einstellungen für die Handhabung von Fehlern fest, die während einer Batch - oder Process -Operation auftreten können.
Syntax
<Batch> <!-- or Process -->
...
<ErrorConfiguration>
<KeyErrorLimit>...</KeyErrorLimit>
<KeyErrorLogFile>...</KeyErrorLogFile>
<KeyErrorAction>...</KeyErrorAction>
<KeyErrorLimitAction>...</KeyErrorLimitAction>
<KeyNotFound>...</KeyNotFound>
<KeyDuplicate>...</KeyDuplicate>
<NullKeyConvertedToUnknown>...</NullKeyConvertedToUnknown>
<NullKeyNotAllowed>...<NullKeyNotAllowed>
</ErrorConfiguration>
...
</Batch>
Elementmerkmale
Merkmal | BESCHREIBUNG |
---|---|
Datentyp und -länge | Keine |
Standardwert | Keine |
Kardinalität | 0-1: Optionales Element, das nur einmal auftreten kann. |
Elementbeziehungen
Beziehung | Element |
---|---|
Übergeordnete Elemente | Batch, Process |
Untergeordnete Elemente | KeyDuplicate, KeyErrorAction, KeyErrorLimit, KeyErrorLimitAction, KeyErrorLogFile, KeyNotFound, NullKeyConvertedToUnknown, NullKeyNotAllowed |
Hinweise
Die Struktur dieses Elements ist identisch mit der Struktur des ErrorConfiguration -Elements in ASSL (Analysis Services Scripting Language).