IDTSInput100.Dangling 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property bool Dangling { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(107)]
public bool Dangling { [System.Runtime.InteropServices.DispId(107)] get; [System.Runtime.InteropServices.DispId(107)] set; }
[<System.Runtime.InteropServices.DispId(107)>]
[<get: System.Runtime.InteropServices.DispId(107)>]
[<set: System.Runtime.InteropServices.DispId(107)>]
member this.Dangling : bool with get, set
Public Property Dangling As Boolean
属性值
如果执行时输入未连接,则为真;否则,就是假的。
- 属性
注解
当发现未连接输入时,数据流任务会发布验证错误,因为这通常会阻止任务运行。 将该属性设置为 true ,可以克服这一限制,允许组件在不引发验证错误的情况下维持未附加的输入。 相反,如果该属性设置为 true,且输入附加在输出上,数据流任务验证失败。
该属性通常在虚拟输入上设 为真 。 这类输入被支持多输入的组件使用。 虚拟输入允许组件暴露一个可用输入,该输入可以连接到上游组件。 当虚拟输入连接到上游输出时,其悬挂属性设 为false,并创建一个新的输入,该属性设 为true。