IComponentErrorInfo 멤버
Provides detailed information about an error or warning event generated by SSIS control flow or data flow components during design.
IComponentErrorInfo 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
GetMessage() () () () | Returns a String that contains the error message, component, and the subcomponent, for each error. | |
GetMessage(Boolean) | Returns a String that contains the error message. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Component | Returns the IComponent interface of the object that raised the event. | |
Description | Returns the text of the message. | |
ErrorCode | Returns an Integer that identifies the error message. | |
HelpContext | Returns the identifier of the topic in the Help file. | |
HelpFile | Returns the path to the Help file that contains detailed information. | |
Level | Returns a TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes. | |
SourceComponent | Returns the name of the component where the error originated. | |
SubComponent | Returns an arbitrary String that identifies the sub-module within a source: for example, the transform in a Pipeline task. |
맨 위로 이동