言語

ManagedComponentHost.HostDescribeRedirectedErrorCode メソッド

定義

リダイレクトされたエラーコードを記述します。

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

パラメーター

wrapper
IDTSManagedComponentWrapper100

コンポーネントラッパーです。

iErrorCode
Int32

エラー コード。

返品

説明されたエラーコード。

実装

適用対象