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