IDTSInputColumn100.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(129)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.DTSRowDisposition with get, set
Public Property ErrorRowDisposition As DTSRowDisposition

属性值

DTSRowDisposition 枚举中的一个值。

属性

注解

当包含输入列的组件具有IDTSOutput100其 属性为 trueIsErrorOut 时,将设置此属性。 当处理输入列时出错时,组件会评估此属性,并根据属性的值继续。 如果指定了 DTSRowDisposition 枚举,则包含该列的缓冲区行将定向到错误输出。 有关错误输出的详细信息,请参阅在数据流组件中使用错误输出

适用于