CManagedComponentWrapperClass.DescribeRedirectedErrorCode(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
virtual System::String ^ DescribeRedirectedErrorCode(int hrErrorCode) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSDesigntimeComponent100::DescribeRedirectedErrorCode;
[System.Runtime.InteropServices.DispId(35)]
public virtual string DescribeRedirectedErrorCode (int hrErrorCode);
[<System.Runtime.InteropServices.DispId(35)>]
abstract member DescribeRedirectedErrorCode : int -> string
override this.DescribeRedirectedErrorCode : int -> string
Public Overridable Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String
매개 변수
- hrErrorCode
- Int32
반환
매개 변수로 지정된 오류 코드에 대한 설명이 포함된 String 입니다 errorCode
.
구현
- 특성
설명
이 메서드는 구성 요소 실행 중에 IDTSBuffer100의 행이 구성 요소의 오류 출력으로 리디렉션될 때 구성 요소에서 제공하는 오류 코드에 대한 설명을 검색하기 위해 호출됩니다.