IDTSInputColumn100.ErrorOrTruncationOperation 属性

定义

获取或设置一个字符串,描述发生错误或截断时所发生的操作。

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

属性值

一个包含描述在包执行过程中发生错误或截断时所发生操作的文本的字符串。

属性

注解

该性质描述了在组件处理输入列时发生错误或截断时所发生的操作。 只有当组件的对象IsErrorOut属性IDTSOutput100true时,它才被设置。

适用于