IDTSOutput100.DeleteOutputOnPathDetached 属性

定义

获取或设置一个值,该值确定当 IDTSOutput100 对象与 IDTSPath100 对象分离时,数据流引擎是否将前者删除。

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

属性值

如果已删除, IDTSOutput100 则为 true;否则为 false。

属性

注解

如果此属性是 trueIDTSOutput100 则当输出从路径分离时,将从输出集合中删除该属性。

适用于