IDTSOutputColumn100.ErrorOrTruncationOperation 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 때만 설정됩니다.