IDTSComponentMetaData100.GetErrorDescription(Int32) Method

Definition

Gets the description of an internal Integration Services error code.

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

Parameters

hrError
Int32

The error code whose description is retrieved.

Returns

The description of the specified error code.

Attributes

Remarks

This method is called to retrieve the description of an error code defined by an Integration Services component. These are the error codes listed in Integration Services Error and Message Reference.

Applies to