IDTSDesigntimeComponent100.DescribeRedirectedErrorCode(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
返回
错误代码的说明。
- 属性
注解
调用此方法以检索组件将行定向到错误输出时组件提供的错误代码的说明。 数据流任务调用此方法以获取与错误代码关联的字符串。