Package.DumpOnAnyError Property

Definition

Specify if a dump file should be generated when any error occurs during package execution.

public:
 property bool DumpOnAnyError { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool DumpOnAnyError { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DumpOnAnyError : bool with get, set
Public Property DumpOnAnyError As Boolean

Property Value

true if a dump file should be generated when any error occurs during package execution; otherwise, false.

Attributes

Applies to