IDTSOutputColumn100.ErrorOrTruncationOperation Property

Definition

Gets or sets a String that describes the operation that is taking place when an error or truncation occurs.

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 contains the text that describes the operation that is taking place when an error or truncation occurs during package execution.

Attributes

Remarks

This property describes the operation that is taking place when errors or truncations occur at runtime as the component is processing the output column. It is only set when the component has an IDTSOutput100 object whose IsErrorOut property is true.

Applies to