IDTSOutput100.IsErrorOut 属性

定义

获取或设置一个值,指示某个对象是否 IDTSOutput100 为错误输出。

public:
 property bool IsErrorOut { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(108)]
public bool IsErrorOut { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.IsErrorOut : bool with get, set
Public Property IsErrorOut As Boolean

属性值

如果 是错误输出,则 IDTSOutput100 为真;否则为假。 默认值为 false。

属性

注解

组件设置属性 IsErrorOut 表示 是 IDTSOutput100 错误输出。 当 true时,当分量在处理输出列时发生错误或截断时,将行从中 PipelineBuffer 直接指向错误输出。

适用于