Метод IDTSInputColumn100.DescribeRedirectedErrorCode

Returns a String that describes an error code.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Function DescribeRedirectedErrorCode ( _
    hrErrorCode As Integer _
) As String
'Применение
Dim instance As IDTSInputColumn100 
Dim hrErrorCode As Integer 
Dim returnValue As String 

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

Параметры

  • hrErrorCode
    Тип: System.Int32
    The error code whose message is retrieved.

Возвращаемое значение

Тип: System.String
A String that contains the error message for the specified errorCode parameter.

Замечания

This method is called after a row is directed to the error output of a component, and provides a description of the specified errorCode parameter.

См. также

Справочник

IDTSInputColumn100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper