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

注釈

この手法は、IsErrorOutプロパティで識別されたオブジェクトIDTSOutput100エラーを持つデータフローコンポーネントで使用されます。 コンポーネントがバッファ内のカラム処理中にエラーに遭遇し、ユーザーがそのカラムや行の ErrorRowDisposition をRD_RedirectRowに設定しているときに呼び出されます。

マネージドコンポーネント開発者はこのメソッドを呼び出すのではなく、マネージドPipelineBufferクラスのDirectErrorRowメソッドを使用します。

適用対象