Condividi tramite


CManagedComponentWrapperClass.DescribeRedirectedErrorCode Method

Returns the description of an error code defined by the component.

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintassi

'Dichiarazione
<DispIdAttribute(35)> _
Public Overridable Function DescribeRedirectedErrorCode ( _
    <InAttribute> hrErrorCode As Integer _
) As String Implements IDTSDesigntimeComponent90.DescribeRedirectedErrorCode
[DispIdAttribute(35)] 
public virtual string IDTSDesigntimeComponent90.DescribeRedirectedErrorCode (
    [InAttribute] int hrErrorCode
)
[DispIdAttribute(35)] 
public:
virtual String^ DescribeRedirectedErrorCode (
    [InAttribute] int hrErrorCode
) = IDTSDesigntimeComponent90::DescribeRedirectedErrorCode
J# non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.
JScript non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.

Parametri

  • hrErrorCode
    The error code whose description is retrieved.

Valore restituito

A String that contains a description for the error code specified by the errorCode parameter.

Osservazioni

This method is called during component execution to retrieve a description of the error code provided by the component when a row from an IDTSBuffer90 was redirected to the error output of the component.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

CManagedComponentWrapperClass Class
CManagedComponentWrapperClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace