IDTSOutput100.IsErrorOut 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.
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.