Interface IComponentErrorInfo

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

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Public Interface IComponentErrorInfo
'Utilisation
Dim instance As IComponentErrorInfo
public interface IComponentErrorInfo
public interface class IComponentErrorInfo
type IComponentErrorInfo =  interface end
public interface IComponentErrorInfo

Le type IComponentErrorInfo expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique GetMessage() () () () Returns a String that contains the error message, component, and the subcomponent, for each error.
Méthode publique GetMessage(Boolean) Returns a String that contains the error message.

Haut de la page