共用方式為


IDTSInput100.ErrorRowDisposition Property

Definition

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