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 に設定すると、コンポーネントによって呼び出されます。

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

適用対象