Condividi tramite


CManagedComponentWrapperClass.DescribeRedirectedErrorCode(Int32) Metodo

Definizione

public:
 virtual System::String ^ DescribeRedirectedErrorCode(int hrErrorCode) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSDesigntimeComponent100::DescribeRedirectedErrorCode;
[System.Runtime.InteropServices.DispId(35)]
public virtual string DescribeRedirectedErrorCode (int hrErrorCode);
[<System.Runtime.InteropServices.DispId(35)>]
abstract member DescribeRedirectedErrorCode : int -> string
override this.DescribeRedirectedErrorCode : int -> string
Public Overridable Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String

Parametri

hrErrorCode
Int32

Restituisce

Valore String contenente una descrizione per il codice di errore specificato dal errorCode parametro .

Implementazioni

Attributi

Commenti

Questo metodo viene chiamato durante l'esecuzione del componente per recuperare una descrizione del codice di errore fornito dal componente quando una riga da un IDTSBuffer100 è stata reindirizzata all'output degli errori del componente.

Si applica a