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属性为 true 的对象且属性为 trueUsesDispositions组件上设置。

适用于