IDTSDesigntimeComponent100.DescribeRedirectedErrorCode(Int32) メソッド

定義

指定されたエラーコードの記述を返します。

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

パラメーター

hrErrorCode
Int32

記述文字列が取得されるエラーコード。

返品

エラーコードの説明。

属性

注釈

このメソッドは、コンポーネントがエラー出力に行を指示した際に提供されるエラーコードの記述を取得するために呼び出されます。 データフロータスクはこのメソッドを呼び出し、エラーコードに関連付けられた文字列を取得します。

適用対象