IDTSBuffer90.DirectErrorRow Method

Sends a row in an IDTSBuffer90 object to an IDTSOutput90 whose IsErrorOut property is true.

命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

語法

'宣告
Sub DirectErrorRow ( _
    hRow As Integer, _
    lOutputID As Integer, _
    lErrorCode As Integer, _
    lErrorColumn As Integer _
)
void DirectErrorRow (
    int hRow,
    int lOutputID,
    int lErrorCode,
    int lErrorColumn
)
void DirectErrorRow (
    int hRow, 
    int lOutputID, 
    int lErrorCode, 
    int lErrorColumn
)
void DirectErrorRow (
    int hRow, 
    int lOutputID, 
    int lErrorCode, 
    int lErrorColumn
)
function DirectErrorRow (
    hRow : int, 
    lOutputID : int, 
    lErrorCode : int, 
    lErrorColumn : int
)

參數

  • hRow
    The handle to the row being directed.
  • lOutputID
    The ID of the IDTSOutput90 object the row is sent to.
  • lErrorCode
    The component defined error code that identifies the error condition.
  • lErrorColumn
    The index of the column that caused the error condition.

備註

This method is used by data flow components that have an error IDTSOutput90 object identified by the IsErrorOut property. It is called by the component when it encounters an error while processing a column in the buffer, and the user of the component has set the ErrorRowDisposition of the column or row to RD_RedirectRow.

Managed component developers do not call this method but instead use the DirectErrorRow method of the managed PipelineBuffer class.

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace