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

属性

注釈

この性質は、入力列を含むコンポーネントの IDTSOutput100IsErrorOut プロパティが である場合に設定されます。 コンポーネントは入力列の処理中にエラーが発生した場合にこの性質を評価し、その性質の値に基づいて進めます。 DTSRowDisposition Enumerationが指定されている場合、その列を含むバッファ行はエラー出力に導かれます。 エラー出力の詳細については、「Using Error Outputs in a Data Flow Component」をご覧ください。

適用対象