IDTSOutput100.DeleteOutputOnPathDetached Property

Definition

Gets or sets a value that determines whether the data flow engine deletes an IDTSOutput100 object when it is detached from an IDTSPath100 object.

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

Property Value

true if the IDTSOutput100 is deleted; otherwise, false.

Attributes

Remarks

If this property is true, the IDTSOutput100 is deleted from the output collection when the output is detached from a path.

Applies to