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 より大きい値である必要があります。

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

適用対象