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

检索其说明性字符串的错误代码。

返回

错误代码的说明。

属性

注解

调用此方法以检索组件将行定向到错误输出时组件提供的错误代码的说明。 数据流任务调用此方法以获取与错误代码关联的字符串。

适用于