ErrorSupport.SetErrorInterface Method
Specifies the interface that the ErrorSupport class will use to raise messages.
Overload List
| Name | Description |
|---|---|
| ErrorSupport.SetErrorInterface (IDTSComponentEvents100) |
Specifies the IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.
|
| ErrorSupport.SetErrorInterface (IDTSComponentMetaData100) |
Specifies the IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.
|
| ErrorSupport.SetErrorInterface (IDTSInfoEvents100) |
Specifies the IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.
|
See Also