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

检索其错误消息的错误代码。

返回

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

属性

注解

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

适用于