IDTSOutput100.DeleteOutputOnPathDetached Eigenschaft

Definition

Erhält oder setzt einen Wert, der bestimmt, ob die Datenfluss-Engine ein IDTSOutput100 Objekt löscht, wenn es von einem IDTSPath100 Objekt getrennt wird.

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

Eigenschaftswert

wahr, wenn das gelöscht ist IDTSOutput100 ; ansonsten falsch.

Attribute

Hinweise

Wenn diese Eigenschaft ist true, wird die IDTSOutput100 aus der Ausgabesammlung gelöscht, wenn die Ausgabe von einem Pfad getrennt wird.

Gilt für: