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

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

傳回

String

字串,其中包含指定之參數的錯誤訊息 errorCode

屬性

備註

將資料列導向至元件的錯誤輸出之後,會呼叫這個方法,並提供指定參數的描述 errorCode

適用於