Compartilhar via


Interface IComponentErrorInfo

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 (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
Public Interface IComponentErrorInfo
'Uso
Dim instance As IComponentErrorInfo
public interface IComponentErrorInfo
public interface class IComponentErrorInfo
type IComponentErrorInfo =  interface end
public interface IComponentErrorInfo

O tipo IComponentErrorInfo expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
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.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Design