Share via


ErrorSupport.SetErrorInterface Method

Include Protected Members
Include Inherited Members

Specifies the interface that the ErrorSupport class will use to raise messages.

Overload List

  Name Description
Protected method SetErrorInterface(IDTSComponentEvents100) Specifies the IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.
Protected method SetErrorInterface(IDTSComponentMetaData100) Specifies the IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.
Protected method SetErrorInterface(IDTSInfoEvents100) Specifies the IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.

Top