CManagedComponentWrapperClass.DescribeRedirectedErrorCode(Int32) 方法

定义

public:
 virtual System::String ^ DescribeRedirectedErrorCode(int hrErrorCode) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSDesigntimeComponent100::DescribeRedirectedErrorCode;
[System.Runtime.InteropServices.DispId(35)]
public virtual string DescribeRedirectedErrorCode (int hrErrorCode);
[<System.Runtime.InteropServices.DispId(35)>]
abstract member DescribeRedirectedErrorCode : int -> string
override this.DescribeRedirectedErrorCode : int -> string
Public Overridable Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String

参数

hrErrorCode
Int32

返回

String

一个 字符串 ,其中包含由参数指定的错误代码的说明 errorCode

实现

属性

注解

当中的行 IDTSBuffer100 重定向到组件的错误输出时,将在组件执行过程中调用此方法来检索组件提供的错误代码的说明。

适用于