IDTSInputColumn100.ErrorOrTruncationOperation 속성

정의

오류나 절단이 발생할 때 발생하는 연산을 설명하는 문자열을 얻거나 설정합니다.

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

속성 값

패키지 실행 중 오류나 절단이 발생할 때 발생하는 연산을 설명하는 텍스트를 포함하는 문자열입니다.

특성

설명

이 속성은 구성 요소가 입력 열을 처리하는 동안 런타임에 오류나 절단이 발생할 때 발생하는 연산을 설명합니다. 이 값은 구성 요소가 속성이 인 true객체 IsErrorOut 를 가질 IDTSOutput100 때만 설정됩니다.

적용 대상