IDTSOutput100.IsErrorOut 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指示 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 到错误输出。