次の方法で共有


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 列挙体の値。

属性

注釈

このプロパティは、入力列を含むコンポーネントの プロパティが true である 場合IDTSOutput100IsErrorOutに設定されます。 入力列の処理中にエラーが発生すると、コンポーネントはこのプロパティを評価し、プロパティの値に基づいて処理を続行します。 RD_RedirectRowを指定すると、列を含むバッファー行がエラー出力に送られます。 エラー出力の詳細については、「Data Flow コンポーネントでのエラー出力の使用」を参照してください。

適用対象