IDTSInputColumn100.ErrorRowDisposition Property

Definition

Gets or sets a value that specifies how a component proceeds when an error occurs while processing an input column at runtime.

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(129)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition ErrorRowDisposition { [System.Runtime.InteropServices.DispId(129)] get; [System.Runtime.InteropServices.DispId(129)] set; }
[<System.Runtime.InteropServices.DispId(129)>]
[<get: System.Runtime.InteropServices.DispId(129)>]
[<set: System.Runtime.InteropServices.DispId(129)>]
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

This property is set when a component that contains the input column has an IDTSOutput100 whose IsErrorOut property is true. Components evaluate this property when an error occurs while processing the input column and proceed based on the value of the property. If RD_RedirectRow is specified, the buffer row that contains the column is directed to the error output. For more information about error outputs, see Using Error Outputs in a Data Flow Component.

Applies to