Share via


IDTSManagedComponentHost100.HostDescribeRedirectedErrorCode 方法

定义

说明宿主的重定向的错误代码。

public:
 System::String ^ HostDescribeRedirectedErrorCode(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int hrErrorCode);
public string HostDescribeRedirectedErrorCode (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int hrErrorCode);
abstract member HostDescribeRedirectedErrorCode : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> string
Public Function HostDescribeRedirectedErrorCode (pWrapper As IDTSManagedComponentWrapper100, hrErrorCode As Integer) As String

参数

pWrapper
IDTSManagedComponentWrapper100

使用的包装。

hrErrorCode
Int32

错误代码。

返回

重定向的错误代码。

适用于