IDTSOutput100.DeleteOutputOnPathDetached 属性

定义

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 则当输出从路径分离时,将从输出集合中删除该属性。

适用于