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
)
パラメーター
- OutputID
型: System. . :: . .Int32
PipelineBuffer エラーが発生した IDTSOutput100 オブジェクトの ID。
- ErrorCode
型: System. . :: . .Int32
発生したエラー番号。
- ErrorColumn
型: System. . :: . .Int32
エラーが発生した PipelineBuffer 列の ID。