IDTSVirtualInputColumn100.DescribeRedirectedErrorCode(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得上游輸出資料行上錯誤碼的錯誤訊息。
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
錯誤碼,將會擷取此錯誤碼的錯誤訊息。
傳回
字串,其中包含上游元件針對指定的錯誤碼所提供的錯誤訊息。
- 屬性
備註
這個方法是上游輸出資料行的執行時間方法,代表虛擬輸入資料行。 存取虛擬輸入資料行時,不應該在設計階段使用它。