言語

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

エラー コード。

返品

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

適用対象