IDTSBuffer100.DirectErrorRow(Int32, Int32, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
備註
此方法用於資料流元件,若其物件由 IsErrorOut 屬性識別出 IDTSOutput100 物件。 當元件在處理緩衝區中的欄位時遇到錯誤,且該元件的使用者已將欄位或列的 ErrorRowDisposition 設定為 RD_RedirectRow,就會呼叫這個欄位。
受管理元件開發者不會呼叫此方法,而是使用 PipelineBuffer 類別中的 DirectErrorRow 方法。