IDTSOutput100.IsErrorOut Property

Definition

Gets or sets a value that indicates whether an IDTSOutput100 object is an error output.

public:
 property bool IsErrorOut { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(108)]
public bool IsErrorOut { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.IsErrorOut : bool with get, set
Public Property IsErrorOut As Boolean

Property Value

true if the IDTSOutput100 is an error output; otherwise, false. The default is false.

Attributes

Remarks

Components set the IsErrorOut property to indicate that the IDTSOutput100 is an error output. When true, components direct rows from the PipelineBuffer to the error output when an error or truncation occurs as the component is processing the columns in the output.

Applies to