语言

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

属性值

如果父容器在子容器失败时也失败,则为真;否则,就是假的。

属性

注解

有关详细信息,请参阅 DtsContainer

适用于