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입니다.

특성

설명

이 속성이 trueIDTSOutput100 면 출력이 경로에서 분리되면 출력 컬렉션에서 삭제됩니다.

적용 대상