IDTSOutput100.IsErrorOut 属性

定义

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 错误输出定向到错误输出。

适用于