언어

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)이 됩니다; 그렇지 않으면 거짓입니다.

특성

설명

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

적용 대상