IDTSOutput100.DeleteOutputOnPathDetached 属性

定义

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

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 被删除,则为真;否则为假。

属性

注解

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

适用于