IDTSInputColumn100.ErrorRowDisposition 属性

定义

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

属性值

枚举中的 DTSRowDisposition 值。

属性

注解

当包含输入列的组件具有 IDTSOutput100IsErrorOut 属性为 时,该性质即被设置。 组件在处理输入列时发生错误时评估该属性,并根据属性值进行操作。 如果指定了RD_RedirectRow,包含该列的缓冲区行会被指向错误输出。 有关错误输出的更多信息,请参见《在 数据流 组件中使用错误输出》。

适用于