RollbackFailure Property (DTS)

The RollbackFailure property specifies whether to roll back a step if there is a failure.

Applies To
Step Object  

Syntax

object.RollbackFailure [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to roll back a step

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetRollbackFailure(VARIANT_BOOL *pRetVal);

HRESULT SetRollbackFailure(VARIANT_BOOL NewValue);

  


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