IDTSInput100.ErrorOrTruncationOperation 属性

定义

public:
 property System::String ^ ErrorOrTruncationOperation { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(115)]
public string ErrorOrTruncationOperation { [System.Runtime.InteropServices.DispId(115)] get; [System.Runtime.InteropServices.DispId(115)] set; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
[<set: System.Runtime.InteropServices.DispId(115)>]
member this.ErrorOrTruncationOperation : string with get, set
Public Property ErrorOrTruncationOperation As String

属性值

在执行过程中处理行 PipelineBuffer 时可能出现的错误或截断类型。

属性

注解

该可选属性由组件开发者填充,以告知用户在执行过程中处理行时可能出现的错误类型或截断。

该性质与 和 TruncationRowDisposition 属性结合ErrorRowDisposition使用,并设置在包含IDTSOutput100IsErrorOut质为UsesDispositions且性质为对象的分量上。

适用于