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

プロパティ値

削除された IDTSOutput100 場合は true、それ以外の場合は false。

属性

注釈

このプロパティが true の場合、出力がパスからデタッチされるとき、IDTSOutput100 は出力コレクションから削除されます。

適用対象