IDTSOutput100.DeleteOutputOnPathDetached Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui détermine si le moteur de flux de données supprime un objet IDTSOutput100 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é
true si la IDTSOutput100 valeur est supprimée ; sinon, false.
- Attributs
Remarques
Si cette propriété est true
, elle IDTSOutput100 est supprimée de la collection de sorties lorsque la sortie est détachée d’un chemin d’accès.