The RollbackFailure property specifies whether to roll back the Data Transformation Services (DTS) package transaction if there is a step failure.
object.RollbackFailure [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Boolean that specifies whether to roll back the transaction |
Boolean
Read/write
HRESULT GetRollbackFailure(VARIANT_BOOL *pRetVal);
HRESULT SetRollbackFailure(VARIANT_BOOL NewValue);