共用方式為


ErrorConfiguration 元素 (XMLA)

指定在批次處理或處理作業期間可能會發生之錯誤的處理設定。

Syntax

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

元素特性

特性 描述
資料類型和長度 None
預設值 None
基數 0-1:只能出現一次的選擇性元素。

元素關聯性

關聯性 元素
父元素 批次進程
子元素 KeyDuplicateKeyErrorActionKeyErrorLimitKeyErrorLimitActionKeyErrorLogFileKeyNotFoundNullKeyConvertedToUnknownNullKeyNotAllowed

備註

這個元素的結構與 Analysis Services 指令碼語言 (ASSL) 中 ErrorConfiguration 元素的結構相同。