Compartir a través de


IComponentErrorInfo Members

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

The following tables list the members exposed by the IComponentErrorInfo type.

Public Properties

  Nombre Description
ms211099.pubproperty(es-es,SQL.90).gif Component Returns the IComponent interface of the object that raised the event.
ms211099.pubproperty(es-es,SQL.90).gif Description Returns the text of the message.
ms211099.pubproperty(es-es,SQL.90).gif ErrorCode Returns an Integer that identifies the error message.
ms211099.pubproperty(es-es,SQL.90).gif HelpContext Returns the identifier of the topic in the Help file.
ms211099.pubproperty(es-es,SQL.90).gif HelpFile Returns the path to the Help file that contains detailed information.
ms211099.pubproperty(es-es,SQL.90).gif Level Returns a TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.
ms211099.pubproperty(es-es,SQL.90).gif SourceComponent Returns the name of the component where the error originated.
ms211099.pubproperty(es-es,SQL.90).gif SubComponent Returns an arbitrary String that identifies the sub-module within a source: for example, the transform in a Pipeline task.

Arriba

Public Methods

  Nombre Description
ms211099.pubmethod(es-es,SQL.90).gif GetMessage Overloaded. Returns a String that contains the error message, and optionally, the component and subcomponent.

Arriba

Vea también

Referencia

IComponentErrorInfo Interface
Microsoft.SqlServer.Dts.Design Namespace