IDTSInput100.TruncationRowDisposition 속성

정의

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

속성 값

DTSRowDisposition 열거형의 값입니다.

특성

설명

이 속성은 열 데이터가 잘리는 결과에 포함된 PipelineBuffer 열을 처리할 때 런타임에 구성 요소가 진행되는 방식을 제어합니다. RD_RedirectRow 지정하면 행이 구성 요소의 오류 출력으로 전송됩니다.

적용 대상