언어

ManagedComponentHost.HostDescribeRedirectedErrorCode 메서드

정의

리디렉션된 오류 코드를 설명합니다.

public:
 virtual System::String ^ HostDescribeRedirectedErrorCode(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iErrorCode);
public string HostDescribeRedirectedErrorCode(Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iErrorCode);
abstract member HostDescribeRedirectedErrorCode : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> string
override this.HostDescribeRedirectedErrorCode : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> string
Public Function HostDescribeRedirectedErrorCode (wrapper As IDTSManagedComponentWrapper100, iErrorCode As Integer) As String

매개 변수

wrapper
IDTSManagedComponentWrapper100

부품 래퍼.

iErrorCode
Int32

오류 코드입니다.

반품

설명된 오류 코드입니다.

구현

적용 대상