IDTSOutput100.DeleteOutputOnPathDetached Propriété

Définition

Obtient ou définit une valeur qui détermine si le moteur de flux de données supprime un IDTSOutput100 objet lorsqu’il est détaché d’un objet 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

Valeur de propriété

vrai si le IDTSOutput100 est supprimé ; sinon, faux.

Attributs

Remarques

Si cette propriété est true, le IDTSOutput100 est supprimé de la collection de sortie lorsque la sortie est détachée d’un chemin.

S’applique à