IComponentErrorInfo Interface

 

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

Namespace:   Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

public interface class IComponentErrorInfo

NameDescription
System_CAPS_pubpropertyComponent

Returns the IComponent interface of the object that raised the event.

System_CAPS_pubpropertyDescription

Returns the text of the message.

System_CAPS_pubpropertyErrorCode

Returns an Integer that identifies the error message.

System_CAPS_pubpropertyHelpContext

Returns the identifier of the topic in the Help file.

System_CAPS_pubpropertyHelpFile

Returns the path to the Help file that contains detailed information.

System_CAPS_pubpropertyLevel

Returns a TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.

System_CAPS_pubpropertySourceComponent

Returns the name of the component where the error originated.

System_CAPS_pubpropertySubComponent

Returns an arbitrary String that identifies the sub-module within a source: for example, the transform in a Pipeline task.

NameDescription
System_CAPS_pubmethodGetMessage()

Returns a String that contains the error message, component, and the subcomponent, for each error.

System_CAPS_pubmethodGetMessage(Boolean)

Returns a String that contains the error message.

Return to top
Show: