IDTSInputColumn100.DescribeRedirectedErrorCode(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个描述错误代码的字符串。
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 参数的描述。