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 パラメータの記述を提供します。

適用対象