IDTSManagedComponentHost130.HostDescribeRedirectedErrorCode Method

Definition

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

Parameters

hrErrorCode
Int32

Returns

Implements

Applies to