IDTSContainer100.FailParentOnFailure 속성

정의

public:
 property bool FailParentOnFailure { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(21)]
public bool FailParentOnFailure { [System.Runtime.InteropServices.DispId(21)] get; [System.Runtime.InteropServices.DispId(21)] set; }
[<System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.DispId(21)>]
[<set: System.Runtime.InteropServices.DispId(21)>]
member this.FailParentOnFailure : bool with get, set
Public Property FailParentOnFailure As Boolean

속성 값

자식 컨테이너가 실패할 때 부모 컨테이너가 실패하면 참(true)이 됩니다; 그렇지 않으면 거짓입니다.

특성

설명

자세한 내용은 DtsContainer를 참조하세요.

적용 대상