IDTSVirtualInputColumn100.DescribeRedirectedErrorCode(Int32) Method

Definition

Gets the error message for the error code on the upstream output column.

public:
 System::String ^ DescribeRedirectedErrorCode(int hrErrorCode);
[System.Runtime.InteropServices.DispId(128)]
public string DescribeRedirectedErrorCode (int hrErrorCode);
[<System.Runtime.InteropServices.DispId(128)>]
abstract member DescribeRedirectedErrorCode : int -> string
Public Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String

Parameters

hrErrorCode
Int32

The error code whose error message is retrieved.

Returns

A String that contains the error message provided by the upstream component for the specified error code.

Attributes

Remarks

This method is a run-time method of the upstream output column that represents the virtual input column. It should not be used at design time when accessing the virtual input column.

Applies to