IDTSBuffer100.SetErrorInfo(Int32, Int32, Int32, Int32) メソッド

定義

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

パラメーター

hRow
Int32
lOutputID
Int32
lErrorCode
Int32
lErrorColumn
Int32

注釈

このメソッドは、非同期のエラー出力に送信される行のエラー情報を提供するために使用されます。 同期出力のエラー行を出力指定する場合、DirectErrorRow メソッドが使用され、エラー コードとエラー列情報がメソッドのパラメーターとして含まれます。

コンポーネントで定義されているエラー コードは、0 より大きい値である必要があります。

IDTSOutput100パラメーターでlOutputID指定されたオブジェクトがエラー出力でない場合は、DTS_E_DIRECTTONONERROROUTPUT例外が発生します。

適用対象