IDTSManagedComponentWrapper100.WrapperDescribeRedirectedErrorCode Method
This API supports the infrastructure and is not intended to be used directly from your code.
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
- hrErrorCode
Type: System.Int32
Return Value
Type: System.String