IDTSInputColumn100.DescribeRedirectedErrorCode(Int32) 메서드

정의

오류 코드를 설명하는 String을 반환합니다.

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 매개 변수에 대한 설명을 제공합니다.

적용 대상