IDTSComponentMetaData100.GetErrorDescription Method (Int32)

 

Applies To: SQL Server 2016 Preview

Gets the description of an internal Integration Services error code.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(116)]
string GetErrorDescription(
    int hrError
)
[DispIdAttribute(116)]
String^ GetErrorDescription(
    int hrError
)
[<DispIdAttribute(116)>]
abstract GetErrorDescription : 
        hrError:int -> string
<DispIdAttribute(116)>
Function GetErrorDescription (
    hrError As Integer
) As String

Parameters

  • hrError
    Type: System.Int32

    The error code whose description is retrieved.

Return Value

Type: System.String

The description of the specified error code.

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.

See Also

IDTSComponentMetaData100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top