FailOnError Property (DTS)

The FailOnError property specifies whether package execution stops when there is an error in any step.

Applies To
Package Object  

Syntax

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

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFailOnError(VARIANT_BOOL *pRetVal);

HRESULT SetFailOnError(VARIANT_BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.