WrapperDescribeRedirectedErrorCode-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Parameter

Rückgabewert

Typ: System. . :: . .String