IDTSOutputColumn100.ErrorOrTruncationOperation 속성

정의

오류 또는 잘림이 발생할 때 발생하는 작업을 설명하는 String을 가져오거나 설정합니다.

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

속성 값

패키지 실행 중에 오류 또는 잘림이 발생할 때 발생하는 작업을 설명하는 텍스트가 포함된 문자열입니다.

특성

설명

이 속성은 구성 요소가 출력 열을 처리할 때 런타임에 오류 또는 잘림이 발생할 때 발생하는 작업을 설명합니다. 구성 요소에 속성이 있는 개체 IsErrorOut 가 있는 IDTSOutput100 경우에만 설정됩니다true.

적용 대상