ErrorHelpContext Property

DTS Programming

DTS Programming

ErrorHelpContext Property

The ErrorHelpContext property specifies a context ID for the error that was returned by the step Execute method.

Applies To
StepLineage Object
Syntax

object.ErrorHelpContext

Part Description
object Expression that evaluates to a StepLineage object

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetErrorHelpContext(LONG *pRetVal);

Remarks

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

See Also

ErrorCode Property

ErrorDescription Property

ErrorHelpFile Property

ErrorSource Property