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

適用於