Freigeben über


IDTSInputColumn100.DescribeRedirectedErrorCode-Methode

Returns a String that describes an error code.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Function DescribeRedirectedErrorCode ( _
    hrErrorCode As Integer _
) As String
'Usage
Dim instance As IDTSInputColumn100 
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

Parameter

  • hrErrorCode
    Typ: System.Int32
    The error code whose message is retrieved.

Rückgabewert

Typ: System.String
A String that contains the error message for the specified errorCode parameter.

Hinweise

This method is called after a row is directed to the error output of a component, and provides a description of the specified errorCode parameter.

Siehe auch

Verweis

IDTSInputColumn100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace