IDTSInputColumn100.DescribeRedirectedErrorCode(Int32) メソッド

定義

public:
 System::String ^ DescribeRedirectedErrorCode(int hrErrorCode);
[System.Runtime.InteropServices.DispId(133)]
public string DescribeRedirectedErrorCode(int hrErrorCode);
[<System.Runtime.InteropServices.DispId(133)>]
abstract member DescribeRedirectedErrorCode : int -> string
Public Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String

パラメーター

hrErrorCode
Int32

返品

指定されたerrorCode パラメータのエラーメッセージを含む文字列です。

属性

注釈

このメソッドは、行がコンポーネントのエラー出力に向けられた後に呼び出され、指定された errorCode パラメータの記述を提供します。

適用対象