IDTSInputColumn100.ErrorRowDisposition 속성

정의

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSRowDisposition ErrorRowDisposition { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSRowDisposition get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSRowDisposition value); };
[System.Runtime.InteropServices.DispId(129)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSRowDisposition ErrorRowDisposition { [System.Runtime.InteropServices.DispId(129)] get; [System.Runtime.InteropServices.DispId(129)] set; }
[<System.Runtime.InteropServices.DispId(129)>]
[<get: System.Runtime.InteropServices.DispId(129)>]
[<set: System.Runtime.InteropServices.DispId(129)>]
member this.ErrorRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSRowDisposition with get, set
Public Property ErrorRowDisposition As DTSRowDisposition

속성 값

DTSRowDisposition 열거형의 값입니다.

특성

설명

이 속성은 입력 열이 포함된 구성 요소에 속성이 trueIsErrorOut 가 있는 IDTSOutput100 경우 설정됩니다. 구성 요소는 입력 열을 처리하는 동안 오류가 발생할 때 이 속성을 평가하고 속성 값에 따라 계속 진행합니다. RD_RedirectRow 지정하면 열이 포함된 버퍼 행이 오류 출력으로 전달됩니다. 오류 출력에 대한 자세한 내용은 Data Flow 구성 요소에서 오류 출력 사용을 참조하세요.

적용 대상