IDTSOutput100.Dangling 属性

定义

获取或设置一个值,该值向数据流程引擎通知可以取消附加 IDTSOutput100

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

属性值

如果在执行过程中未附加输出,则为 true;否则为 false。

属性

注解

当发现未附加的输出时,数据流任务会发布验证错误,因为这通常会阻止任务运行。 将此属性设置为 true 克服此限制,并允许组件维护未附加的输出,而不会造成验证错误。 相反,如果此属性设置为 true,并且输出附加到输入,则数据流任务将失败验证。

适用于