This topic has not yet been rated - Rate this topic

IDTSComponentMetaData100.GetErrorDescription Method

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)
string GetErrorDescription(
	int hrError
)

Parameters

hrError
Type: System.Int32
The error code whose description is retrieved.

Return Value

Type: System.String
A String that contains the description of the specified error code.

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 SSIS Error and Message Reference.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.