IComponentErrorInfo 인터페이스

Provides detailed information about an error or warning event generated by SSIS control flow or data flow components during design.

네임스페이스:  Microsoft.SqlServer.Dts.Design
어셈블리:  Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)

구문

‘선언
Public Interface IComponentErrorInfo
‘사용 방법
Dim instance As IComponentErrorInfo
public interface IComponentErrorInfo
public interface class IComponentErrorInfo
type IComponentErrorInfo =  interface end
public interface IComponentErrorInfo

IComponentErrorInfo 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Design 네임스페이스