IDTSInputColumn100.ErrorOrTruncationOperation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 input column. It is only set when the component has an IDTSOutput100 object whose IsErrorOut property is true.