IDTSOutputColumn100.ErrorOrTruncationOperation 属性

定义

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

属性值

一个 字符串 ,其中包含描述在包执行期间发生错误或截断时发生的操作的文本。

属性

注解

此属性描述在运行时发生错误或截断时发生的操作,因为组件正在处理输出列。 仅当组件具有 IDTSOutput100IsErrorOut 属性为 true 的对象时,才会设置它。

适用于