IDTSVirtualInputColumn100.DescribeRedirectedErrorCode(Int32) 方法

定义

在上游输出列获得错误代码的错误信息。

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

参数

hrErrorCode
Int32

检索到的错误代码。

返回

一个包含上游组件为指定错误码提供的错误消息的字符串。

属性

注解

该方法是上游输出列的运行时方法,表示虚拟输入列。 在设计时访问虚拟输入列时不应使用该方法。

适用于