Partager via


Méthode PipelineComponent.DescribeRedirectedErrorCode

Provides error code information for a PipelineBuffer row added to an output buffer.

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

Syntaxe

'Déclaration
Public Overridable Function DescribeRedirectedErrorCode ( _
    iErrorCode As Integer _
) As String
'Utilisation
Dim instance As PipelineComponent 
Dim iErrorCode As Integer 
Dim returnValue As String 

returnValue = instance.DescribeRedirectedErrorCode(iErrorCode)
public virtual string DescribeRedirectedErrorCode(
    int iErrorCode
)
public:
virtual String^ DescribeRedirectedErrorCode(
    int iErrorCode
)
abstract DescribeRedirectedErrorCode : 
        iErrorCode:int -> string  
override DescribeRedirectedErrorCode : 
        iErrorCode:int -> string
public function DescribeRedirectedErrorCode(
    iErrorCode : int
) : String

Paramètres

  • iErrorCode
    Type : System.Int32
    The error code that is described.

Valeur de retour

Type : System.String
The description associated with the error code.

Notes

The DescribeRedirectedErrorCode method returns the error descriptions for an error code that a component is sending to an error output. All other error codes should return DTS_E_NOERRORDESCFORCOMPONENT, indicating that the component does not know this error code. For more information, see Utilisation de sorties d'erreur dans un composant de flux de données.

Voir aussi

Référence

PipelineComponent Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline