IDTSOutput100.DeleteOutputOnPathDetached Proprietà

Definizione

Ottiene o imposta un valore che determina se il motore di flusso dati elimina un IDTSOutput100 oggetto quando viene staccato da un IDTSPath100 oggetto.

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

Valore della proprietà

vero se il IDTSOutput100 viene eliminato; altrimenti, falso.

Attributi

Commenti

Se questa proprietà è true, il IDTSOutput100 viene eliminato dalla collezione di output quando l'output viene staccato da un percorso.

Si applica a