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