IDTSOutput100.DeleteOutputOnPathDetached 屬性

定義

取得或設定值,判斷資料流程引擎從 IDTSOutput100 物件卸離時,是否刪除 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

屬性值

Boolean

如果已刪除,則為 true IDTSOutput100 ,否則為 false。

屬性

備註

如果這個屬性為 true ,則 IDTSOutput100 會在從路徑卸離輸出時,從輸出集合中刪除。

適用於