IDTSOutput100.DeleteOutputOnPathDetached プロパティ

定義

データフローエンジンがIDTSPath100オブジェクトから切り離された際にIDTSOutput100オブジェクトを削除するかどうかを決定する値を取得または設定します。

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

プロパティ値

IDTSOutput100が削除された場合は真、そうでなければ偽です。

属性

注釈

この性質が trueされた場合、出力がパスから切り離された際に IDTSOutput100 は出力コレクションから削除されます。

適用対象