CManagedComponentWrapperClass.DescribeRedirectedErrorCode(Int32) メソッド

定義

public:
 virtual System::String ^ DescribeRedirectedErrorCode(int hrErrorCode) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSDesigntimeComponent100::DescribeRedirectedErrorCode;
[System.Runtime.InteropServices.DispId(35)]
public virtual string DescribeRedirectedErrorCode(int hrErrorCode);
[<System.Runtime.InteropServices.DispId(35)>]
abstract member DescribeRedirectedErrorCode : int -> string
override this.DescribeRedirectedErrorCode : int -> string
Public Overridable Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String

パラメーター

hrErrorCode
Int32

返品

パラメータによって指定されたエラーコードの記述を含むerrorCodeです。

実装

属性

注釈

このメソッドはコンポーネント実行中に呼び出され、 IDTSBuffer100 の行がコンポーネントのエラー出力にリダイレクトされた際にコンポーネントが提供するエラーコードの記述を取得します。

適用対象