IDTSInput100.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(113)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSRowDisposition ErrorRowDisposition { [System.Runtime.InteropServices.DispId(113)] get; [System.Runtime.InteropServices.DispId(113)] set; }
[<System.Runtime.InteropServices.DispId(113)>]
[<get: System.Runtime.InteropServices.DispId(113)>]
[<set: System.Runtime.InteropServices.DispId(113)>]
member this.ErrorRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSRowDisposition with get, set
Public Property ErrorRowDisposition As DTSRowDisposition

속성 값

DTSRowDisposition 열거형의 값입니다.

특성

설명

실행 중에 오류가 발생하면 구성 요소는 이 속성을 평가하여 진행 방법을 결정합니다. RD_RedirectRow 지정하면 행이 오류 출력으로 전달됩니다.

적용 대상