IDTSInput100.ErrorRowDisposition 屬性

定義

取得或設定 DTSRowDisposition 列舉的值,指定元件處理 PipelineBuffer 物件的資料列時,將如何處理發生的錯誤情況。

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

屬性值

DTSRowDisposition

DTSRowDisposition 列舉中的值。

屬性

備註

當執行期間發生錯誤時,元件會評估這個屬性,以判斷如何繼續進行。 如果 RD_RedirectRow 指定了,就會將資料列導向至錯誤輸出。

適用於