PipelineBuffer.SetErrorInfo 메서드

Sets the error information for the current PipelineBuffer row.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public Sub SetErrorInfo ( _
    OutputID As Integer, _
    ErrorCode As Integer, _
    ErrorColumn As Integer _
)
‘사용 방법
Dim instance As PipelineBuffer 
Dim OutputID As Integer 
Dim ErrorCode As Integer 
Dim ErrorColumn As Integer

instance.SetErrorInfo(OutputID, ErrorCode, _
    ErrorColumn)
public void SetErrorInfo(
    int OutputID,
    int ErrorCode,
    int ErrorColumn
)
public:
void SetErrorInfo(
    int OutputID, 
    int ErrorCode, 
    int ErrorColumn
)
member SetErrorInfo : 
        OutputID:int * 
        ErrorCode:int * 
        ErrorColumn:int -> unit
public function SetErrorInfo(
    OutputID : int, 
    ErrorCode : int, 
    ErrorColumn : int
)

매개 변수

  • ErrorCode
    유형: System.Int32
    The error number that occurred.

주의

The SetErrorInfo allows you to provide specific information about an error that occurs while processing a row in the PipelineBuffer.

참고 항목

참조

PipelineBuffer 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스