IDTSOutput100.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(115)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition ErrorRowDisposition { [System.Runtime.InteropServices.DispId(115)] get; [System.Runtime.InteropServices.DispId(115)] set; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
[<set: System.Runtime.InteropServices.DispId(115)>]
member this.ErrorRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition with get, set
Public Property ErrorRowDisposition As DTSRowDisposition

プロパティ値

DTSRowDisposition列挙体の値。

属性

注釈

この性質は、 IsErrorOut 性質が であるときに設定されます。 コンポーネントは、実行時に出力の列を処理する際にエラーが発生した場合にこの性質を評価し、そのプロパティの値に基づいて進行します。

適用対象