Condividi tramite


Metodo IDTSManagedComponentWrapper100.WrapperDescribeRedirectedErrorCode

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Describes the redirected error codes for the wrapper.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Function WrapperDescribeRedirectedErrorCode ( _
    hrErrorCode As Integer _
) As String
'Utilizzo
Dim instance As IDTSManagedComponentWrapper100 
Dim hrErrorCode As Integer 
Dim returnValue As String 

returnValue = instance.WrapperDescribeRedirectedErrorCode(hrErrorCode)
string WrapperDescribeRedirectedErrorCode(
    int hrErrorCode
)
String^ WrapperDescribeRedirectedErrorCode(
    [InAttribute] int hrErrorCode
)
abstract WrapperDescribeRedirectedErrorCode : 
        hrErrorCode:int -> string
function WrapperDescribeRedirectedErrorCode(
    hrErrorCode : int
) : String

Parametri

Valore restituito

Tipo: System.String
The redirected error codes for the wrapper.

Vedere anche

Riferimento

IDTSManagedComponentWrapper100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper