IDTSOutput100.ErrorOrTruncationOperation 属性

定义

获取或设置描述 IDTSOutput100 对象的错误或截断操作的文本。

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

属性值

String

一个字符串,用于描述对象的错误或截断操作的类型 IDTSOutput100

属性

注解

此属性描述在组件处理输出中的列时,可能会在运行时发生的错误或截断。 它设置为其 IsErrorOut 属性为的输出 true

适用于