IDTSOutput100.DeleteOutputOnPathDetached 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,判斷資料流程引擎從 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
屬性值
如果已刪除,則為 true IDTSOutput100 ,否則為 false。
- 屬性
備註
如果這個屬性為 true ,則 IDTSOutput100 會在從路徑卸離輸出時,從輸出集合中刪除。