ErrorSupport.SetErrorInterface Method
Include Protected Members
Include Inherited Members
Specifies the interface that the ErrorSupport class will use to raise messages.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetErrorInterface(IDTSComponentEvents100) | Specifies the IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages. | |
SetErrorInterface(IDTSComponentMetaData100) | Specifies the IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages. | |
SetErrorInterface(IDTSInfoEvents100) | Specifies the IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages. |
Top