다음을 통해 공유


IDTSContainer100.FailPackageOnFailure 속성

정의

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

속성 값

자식 컨테이너가 실패할 때 패키지가 실패하면 true입니다. 그렇지 않으면 false입니다.

특성

설명

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

적용 대상