Aracılığıyla paylaş


PipelineBuffer.SetErrorInfo Yöntemi

Geçerli hata bilgilerini ayarlar PipelineBuffer satır.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline
Derleme:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost içinde.dll)

Sözdizimi

'Bildirim
Public Sub SetErrorInfo ( _
    OutputID As Integer, _
    ErrorCode As Integer, _
    ErrorColumn As Integer _
)
'Kullanım
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
)

Parametreler

Açıklamalar

SetErrorInfo Bir satır işlenirken oluşan bir hata hakkında belirli bilgileri sağlamanızı sağlayan PipelineBuffer.