IDTSInput100.ErrorOrTruncationOperation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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,并在包含IDTSOutput100其属性为 true 且UsesDispositions属性为 true 的对象的IsErrorOut组件上设置。