다음을 통해 공유


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