Add Method (DTS)

The Add method adds an error to the error stack for a transformation.

Applies To
DTSErrorRecords Object  

Syntax

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

Prototype (C/C++)

HRESULT Add(long Number,
long NativeError,
BSTR Description,
BSTR Source,
BSTR Helpfile,
long Helpid);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.