Partilhar via


Método ManagedComponentHost.HostDescribeRedirectedErrorCode

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Describes the redirected error code.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)

Sintaxe

'Declaração
Public Function HostDescribeRedirectedErrorCode ( _
    wrapper As IDTSManagedComponentWrapper100, _
    iErrorCode As Integer _
) As String
'Uso
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim iErrorCode As Integer 
Dim returnValue As String 

returnValue = instance.HostDescribeRedirectedErrorCode(wrapper, _
    iErrorCode)
public string HostDescribeRedirectedErrorCode(
    IDTSManagedComponentWrapper100 wrapper,
    int iErrorCode
)
public:
virtual String^ HostDescribeRedirectedErrorCode(
    IDTSManagedComponentWrapper100^ wrapper, 
    int iErrorCode
) sealed
abstract HostDescribeRedirectedErrorCode : 
        wrapper:IDTSManagedComponentWrapper100 * 
        iErrorCode:int -> string  
override HostDescribeRedirectedErrorCode : 
        wrapper:IDTSManagedComponentWrapper100 * 
        iErrorCode:int -> string
public final function HostDescribeRedirectedErrorCode(
    wrapper : IDTSManagedComponentWrapper100, 
    iErrorCode : int
) : String

Parâmetros

Valor de retorno

Tipo: System.String
The described error code.

Implementa

IDTSManagedComponentHost100.HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32)

Consulte também

Referência

ManagedComponentHost Classe

Namespace Microsoft.SqlServer.Dts.Pipeline