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

錯誤碼,將會擷取此錯誤碼的錯誤訊息。

傳回

String

字串,其中包含上游元件針對指定的錯誤碼所提供的錯誤訊息。

屬性

備註

這個方法是上游輸出資料行的執行時間方法,代表虛擬輸入資料行。 存取虛擬輸入資料行時,不應該在設計階段使用它。

適用於