Share via


IDTSManagedComponentWrapper100.WrapperDescribeRedirectedErrorCode Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Describes the redirected error codes for the wrapper.

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

Syntax

'Declaration
Function WrapperDescribeRedirectedErrorCode ( _
    hrErrorCode As Integer _
) As String
'Usage
Dim instance As IDTSManagedComponentWrapper100 
Dim hrErrorCode As Integer 
Dim returnValue As String 

returnValue = instance.WrapperDescribeRedirectedErrorCode(hrErrorCode)
string WrapperDescribeRedirectedErrorCode(
    int hrErrorCode
)
String^ WrapperDescribeRedirectedErrorCode(
    [InAttribute] int hrErrorCode
)
abstract WrapperDescribeRedirectedErrorCode : 
        hrErrorCode:int -> string
function WrapperDescribeRedirectedErrorCode(
    hrErrorCode : int
) : String

Parameters

Return Value

Type: System.String
The redirected error codes for the wrapper.

See Also

Reference

IDTSManagedComponentWrapper100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace