次の方法で共有


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

エラー コード。

戻り値

リダイレクトされたエラー コードです。

適用対象