Compartir a través de


Interfaz IComponentErrorInfo

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
Public Interface IComponentErrorInfo
'Uso
Dim instance As IComponentErrorInfo
public interface IComponentErrorInfo
public interface class IComponentErrorInfo
type IComponentErrorInfo =  interface end
public interface IComponentErrorInfo

El tipo IComponentErrorInfo expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público GetMessage() Returns a String that contains the error message, component, and the subcomponent, for each error.
Método público GetMessage(Boolean) Returns a String that contains the error message.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Design