Condividi tramite


IDTSDesigntimeComponent100.DescribeRedirectedErrorCode(Int32) Metodo

Definizione

Restituisce la descrizione del codice di errore specificato.

public:
 System::String ^ DescribeRedirectedErrorCode(int hrErrorCode);
[System.Runtime.InteropServices.DispId(35)]
public string DescribeRedirectedErrorCode (int hrErrorCode);
[<System.Runtime.InteropServices.DispId(35)>]
abstract member DescribeRedirectedErrorCode : int -> string
Public Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String

Parametri

hrErrorCode
Int32

Codice di errore di cui viene recuperata la stringa descrittiva.

Restituisce

Descrizione del codice di errore.

Attributi

Commenti

Questo metodo viene chiamato per recuperare la descrizione di un codice di errore fornito dal componente quando il componente indirizza una riga a un output di errore. L'attività flusso di dati chiama questo metodo per ottenere la stringa associata al codice di errore.

Si applica a