IDTSInput100.ErrorRowDisposition Property

Definition

Gets or sets a value from a DTSRowDisposition enumeration that specifies how the component will handle error conditions that occur when processing a row from a PipelineBuffer object.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSRowDisposition ErrorRowDisposition { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSRowDisposition get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSRowDisposition value); };
[System.Runtime.InteropServices.DispId(113)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition ErrorRowDisposition { [System.Runtime.InteropServices.DispId(113)] get; [System.Runtime.InteropServices.DispId(113)] set; }
[<System.Runtime.InteropServices.DispId(113)>]
[<get: System.Runtime.InteropServices.DispId(113)>]
[<set: System.Runtime.InteropServices.DispId(113)>]
member this.ErrorRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition with get, set
Public Property ErrorRowDisposition As DTSRowDisposition

Property Value

A value from the DTSRowDisposition enumeration.

Attributes

Remarks

When an error occurs during execution, components evaluate this property to determine how to proceed. If RD_RedirectRow is specified, the row is directed to the error output.

Applies to