IDTSVirtualInputColumn100.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(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
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.