ErrorHelpFile Property

DTS Programming

DTS Programming

ErrorHelpFile Property

The ErrorHelpFile property specifies the name and path of a help file that contains information relevant to the error returned by the step Execute method.

Applies To
StepLineage Object
Syntax

object.ErrorHelpFile

Part Description
object Expression that evaluates to a StepLineage object

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetErrorHelpFile(BSTR *pRetVal);

Remarks

The context ID returned by the ErrorHelpContext property can be used to identify the topic that describes the error in the help file specified by ErrorHelpFile.

See Also

ErrorCode Property

ErrorDescription Property

ErrorHelpContext Property

ErrorSource Property