DTS Programming
ErrorSource Property
The ErrorSource property specifies the name of the component that generated the error returned by the step Execute method.
Applies To
| StepLineage Object |
Syntax
object.ErrorSource
| Part | Description |
|---|---|
| object | Expression that evaluates to a StepLineage object |
Data Type
String
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetErrorSource(BSTR *pRetVal);