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

메시지 검색되는 오류 코드입니다.

반품

지정된 errorCode 매개변수에 대한 오류 메시지를 포함하는 문자열입니다.

특성

설명

이 메서드는 한 행이 컴포넌트의 오류 출력으로 지시된 후에 호출되며, 지정된 errorCode 매개변수에 대한 설명을 제공합니다.

적용 대상