共用方式為


IErrorCollectionService 成員

Used to capture events from data flow components when you need to capture all the errors and warnings raised by the component instead of receiving only the last error or warning.

IErrorCollectionService 型別公開下列成員。

方法

  名稱 描述
公用方法 ClearErrors Clears the error cache.
公用方法 GetErrorMessage() () () () Returns a String that contains a combined error message, which includes the error message, the component, and the subcomponent, for each error.
公用方法 GetErrorMessage(Boolean) Returns a String that contains the error message.
公用方法 GetErrors Retrieves the list of errors and stores them in an ICollection.
公用方法 HasErrors

頂端