IDTSInputColumn100.DescribeRedirectedErrorCode(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::String ^ DescribeRedirectedErrorCode(int hrErrorCode);
[System.Runtime.InteropServices.DispId(133)]
public string DescribeRedirectedErrorCode (int hrErrorCode);
[<System.Runtime.InteropServices.DispId(133)>]
abstract member DescribeRedirectedErrorCode : int -> string
Public Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String
Parameters
- hrErrorCode
- Int32
Returns
A String that contains the error message for the specified errorCode
parameter.
- Attributes
Remarks
This method is called after a row is directed to the error output of a component, and provides a description of the specified errorCode
parameter.