IDTSDesigntimeComponent100.DescribeRedirectedErrorCode(Int32) 方法

定义

public:
 System::String ^ DescribeRedirectedErrorCode(int hrErrorCode);
[System.Runtime.InteropServices.DispId(35)]
public string DescribeRedirectedErrorCode(int hrErrorCode);
[<System.Runtime.InteropServices.DispId(35)>]
abstract member DescribeRedirectedErrorCode : int -> string
Public Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String

参数

hrErrorCode
Int32

返回

错误代码的描述。

属性

注解

该方法用于检索组件在将一行指向错误输出时提供的错误代码描述。 数据流任务调用此方法获取与错误代码关联的字符串。

适用于