IDTSBuffer100.DirectErrorRow(Int32, Int32, Int32, Int32) 方法

定義

public:
 void DirectErrorRow(int hRow, int lOutputID, int lErrorCode, int lErrorColumn);
public void DirectErrorRow (int hRow, int lOutputID, int lErrorCode, int lErrorColumn);
abstract member DirectErrorRow : int * int * int * int -> unit
Public Sub DirectErrorRow (hRow As Integer, lOutputID As Integer, lErrorCode As Integer, lErrorColumn As Integer)

參數

hRow
Int32
lOutputID
Int32
lErrorCode
Int32
lErrorColumn
Int32

備註

這個方法是由具有錯誤 IDTSOutput100 物件(由 未將 iserrorout 屬性識別)的資料流程元件所使用。 當元件在處理緩衝區中的資料行時遇到錯誤,而且元件的使用者已將資料行或資料列的 ErrorRowDisposition 設定為 RD_RedirectRow時,元件會呼叫它。

Managed 元件開發人員不會呼叫這個方法,而是改用 managed PipelineBuffer類別的DirectErrorRow方法。

適用於