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 则为 true;否则为 false。 默认值为 false。

属性

注解

组件设置 IsErrorOut 属性以指示 IDTSOutput100 这是错误输出。 当 true,当组件处理输出中的列时,组件会将行从 PipelineBuffer 错误输出定向到错误输出。

适用于