共用方式為


DescribeRedirectedErrorCode 方法

Returns the description of an error code defined by the component.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Public Overridable Function DescribeRedirectedErrorCode ( _
    hrErrorCode As Integer _
) As String
'用途
Dim instance As CManagedComponentWrapperClass
Dim hrErrorCode As Integer
Dim returnValue As String

returnValue = instance.DescribeRedirectedErrorCode(hrErrorCode)
public virtual string DescribeRedirectedErrorCode(
    int hrErrorCode
)
public:
virtual String^ DescribeRedirectedErrorCode(
    [InAttribute] int hrErrorCode
)
abstract DescribeRedirectedErrorCode : 
        hrErrorCode:int -> string 
override DescribeRedirectedErrorCode : 
        hrErrorCode:int -> string 
public function DescribeRedirectedErrorCode(
    hrErrorCode : int
) : String

參數

傳回值

型別:System. . :: . .String
A String that contains a description for the error code specified by the errorCode parameter.

實作

IDTSDesigntimeComponent100. . :: . .DescribeRedirectedErrorCode(Int32)

備註

This method is called during component execution to retrieve a description of the error code provided by the component when a row from an IDTSBuffer100 was redirected to the error output of the component.