语言

IDTSInputColumn100.ErrorRowDisposition 属性

定义

获取或设置一个值,指定在运行时处理输入列时发生错误时组件的处理方式。

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

属性值

枚举中的 DTSRowDisposition 值。

属性

注解

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

适用于