IDTSInputColumn100.DescribeRedirectedErrorCode(Int32) 方法

定义

返回描述错误代码的字符串。

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

参数

hrErrorCode
Int32

检索其消息的错误代码。

返回

包含指定 errorCode 参数的错误消息的字符串。

属性

注解

在将行定向到组件的错误输出后调用此方法,并提供指定 errorCode 参数的说明。

适用于