Condividi tramite


Metodo WrapperDescribeRedirectedErrorCode

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

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