Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IDTSComponentMetaData100.GetErrorDescription(Int32) Method

Definition

Namespace:
Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:
Microsoft.SqlServer.DTSPipelineWrap.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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