IDTSOutput100.ErrorOrTruncationOperation Property

Definition

Gets or sets text that describes the error or truncation operation of an IDTSOutput100 object.

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

Property Value

A String that describes the type of error or truncation operation of an IDTSOutput100 object.

Attributes

Remarks

This property describes the errors or truncations that can occur at run time as the component is processing the columns in the output. It is set on outputs whose IsErrorOut property is true.

Applies to