Condividi tramite


Interfaccia IComponentErrorInfo

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
Public Interface IComponentErrorInfo
'Utilizzo
Dim instance As IComponentErrorInfo
public interface IComponentErrorInfo
public interface class IComponentErrorInfo
type IComponentErrorInfo =  interface end
public interface IComponentErrorInfo

Nel tipo IComponentErrorInfo sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetMessage() () () () Returns a String that contains the error message, component, and the subcomponent, for each error.
Metodo pubblico GetMessage(Boolean) Returns a String that contains the error message.

In alto