PipelineBuffer.SetErrorInfo メソッド

現在の PipelineBuffer 行のエラー情報を設定します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline
アセンブリ:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)

構文

'宣言
Public Sub SetErrorInfo ( _
    OutputID As Integer, _
    ErrorCode As Integer, _
    ErrorColumn As Integer _
)
'使用
Dim instance As PipelineBuffer 
Dim OutputID As Integer 
Dim ErrorCode As Integer 
Dim ErrorColumn As Integer

instance.SetErrorInfo(OutputID, ErrorCode, _
    ErrorColumn)
public void SetErrorInfo(
    int OutputID,
    int ErrorCode,
    int ErrorColumn
)
public:
void SetErrorInfo(
    int OutputID, 
    int ErrorCode, 
    int ErrorColumn
)
member SetErrorInfo : 
        OutputID:int * 
        ErrorCode:int * 
        ErrorColumn:int -> unit
public function SetErrorInfo(
    OutputID : int, 
    ErrorCode : int, 
    ErrorColumn : int
)

パラメーター

  • ErrorCode
    型: System.Int32
    発生したエラー番号。

説明

SetErrorInfo により、PipelineBuffer の行の処理中に発生するエラーに関する特定の情報を提供できます。

関連項目

参照

PipelineBuffer クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間