The Add method adds an error to the error stack for a transformation.
| DTSErrorRecords Object |
object.Add(
Number,
NativeError,
Description,
Source,
Helpfile,
Helpid)
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| Number | Error number |
| NativeError | Native error |
| Description | Description of the error |
| Source | Source of the error |
| Helpfile | Name of the help file |
| Helpid | Help ID |
HRESULT Add(long Number,
long NativeError,
BSTR Description,
BSTR Source,
BSTR Helpfile,
long Helpid);