ManagedComponentHost.HostDescribeRedirectedErrorCode Methode

Definition

Beschreibt den umgeleiteten Fehlercode.

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

Parameter

wrapper
IDTSManagedComponentWrapper100

Der Komponentenwrapper.

iErrorCode
Int32

Der Fehlercode.

Gibt zurück

Der beschriebene Fehlercode.

Implementiert

Gilt für: