IDTSInput100.ErrorOrTruncationOperation 속성

정의

행을 처리 PipelineBuffer 하는 동안 발생할 수 있는 오류나 절단 유형을 지정하는 문자열을 받거나 설정합니다.

public:
 property System::String ^ ErrorOrTruncationOperation { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(115)]
public string ErrorOrTruncationOperation { [System.Runtime.InteropServices.DispId(115)] get; [System.Runtime.InteropServices.DispId(115)] set; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
[<set: System.Runtime.InteropServices.DispId(115)>]
member this.ErrorOrTruncationOperation : string with get, set
Public Property ErrorOrTruncationOperation As String

속성 값

실행 중 행을 처리 PipelineBuffer 하는 과정에서 발생할 수 있는 오류나 절단 유형들입니다.

특성

설명

이 선택적 속성은 구성 요소 개발자들이 실행 중 행을 처리할 때 발생할 수 있는 오류나 절단 유형을 사용자에게 알리기 위해 입력합니다.

이 속성은 와 속성과 ErrorRowDisposition 함께 사용되며, 속성이 인 true객체 IsErrorOut 를 포함하는 IDTSOutput100 성분에 설정됩니다. 속성은 UsesDispositionstrue입니다.TruncationRowDisposition

적용 대상