IDTSVirtualInputColumn100.DescribeRedirectedErrorCode(Int32) メソッド

定義

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

パラメーター

hrErrorCode
Int32

返品

指定されたエラーコードに対して上流コンポーネントが提供するエラーメッセージを含む 文字列 です。

属性

注釈

このメソッドは、仮想入力列を表す上流出力列の実行時メソッドです。 仮想入力列にアクセスする際に設計時に使用すべきではありません。

適用対象