IDTSOutput100.DeleteOutputOnPathDetached Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un valore che determina se il motore del flusso di dati elimina un oggetto IDTSOutput100 quando questo viene scollegato da un oggetto 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
Valore della proprietà
true se l'oggetto IDTSOutput100 viene eliminato; in caso contrario, false.
- Attributi
Commenti
Se questa proprietà è true
, l'oggetto IDTSOutput100 viene eliminato dalla raccolta di output quando l'output viene scollegato da un percorso.