Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the error information for the current PipelineBuffer row.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub SetErrorInfo ( _
OutputID As Integer, _
ErrorCode As Integer, _
ErrorColumn As Integer _
)
'Usage
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
)
Parameter
- OutputID
Typ: System.Int32
The ID of the IDTSOutput100 object in which the PipelineBuffer error occurred.
- ErrorCode
Typ: System.Int32
The error number that occurred.
- ErrorColumn
Typ: System.Int32
The ID of the PipelineBuffer column where the error occurred.
Hinweise
The SetErrorInfo allows you to provide specific information about an error that occurs while processing a row in the PipelineBuffer.