The FailOnError property specifies whether package execution stops when there is an error in any step.
| Package Object |
object.FailOnError [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Whether the package execution stops when there is an error |
The default is False.
Boolean
Read/write
HRESULT GetFailOnError(VARIANT_BOOL *pRetVal);
HRESULT SetFailOnError(VARIANT_BOOL NewValue);