Compartir a través de


IDTSDesigntimeComponent100.DescribeRedirectedErrorCode Método

Returns the description of the specified error code.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Function DescribeRedirectedErrorCode ( _
    hrErrorCode As Integer _
) As String
'Uso
Dim instance As IDTSDesigntimeComponent100 
Dim hrErrorCode As Integer 
Dim returnValue As String 

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

Parámetros

  • hrErrorCode
    Tipo: System.Int32
    The error code whose descriptive string is retrieved.

Valor devuelto

Tipo: System.String
The description of the error code.

Comentarios

This method is called to retrieve the description of an error code that is provided by the component when the component directs a row to an error output. The data flow task calls this method to get the string associated with the error code.

Vea también

Referencia

IDTSDesigntimeComponent100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper