IDTSInputColumn100.DescribeRedirectedErrorCode(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回描述錯誤碼的字串。
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 。