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を参照してください。

適用対象