Partager via


Méthode DescribeRedirectedErrorCode

Returns a String that describes an error code.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Function DescribeRedirectedErrorCode ( _
    hrErrorCode As Integer _
) As String
'Utilisation
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

Paramètres

Valeur de retour

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

Notes

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.