IDTSContainer100.FailParentOnFailure Propriété

Définition

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

Valeur de propriété

true si le conteneur parent échoue en cas d’échec d’un conteneur enfant ; sinon, false.

Attributs

Remarques

Pour plus d’informations, consultez DtsContainer.

S’applique à