IDTSOutputColumn100.ErrorRowDisposition 属性

定义

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(115)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition ErrorRowDisposition { [System.Runtime.InteropServices.DispId(115)] get; [System.Runtime.InteropServices.DispId(115)] set; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
[<set: System.Runtime.InteropServices.DispId(115)>]
member this.ErrorRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition with get, set
Public Property ErrorRowDisposition As DTSRowDisposition

属性值

DTSRowDisposition

DTSRowDisposition 枚举中的一个值。

属性

注解

IsErrorOut 属性为 true 时,将设置此属性。 当在运行时处理输出列时出现错误,并且基于属性的值继续时,组件将对此属性进行评估。

适用于