Compartir a través de


IDTSContainer100.FailPackageOnFailure Propiedad

Definición

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

Valor de propiedad

true si se produce un error en el paquete cuando se produce un error en un contenedor secundario; de lo contrario, false.

Atributos

Comentarios

Para obtener más información, vea DtsContainer.

Se aplica a