Specifies whether the transfer batch is to be rolled back or committed when an error occurs.
TransferErrorAction=[noaction | rollback]
noaction
noaction specifies the transfer batch to be committed when an error occurs.
rollback issues a rollback when an error occurs, the TransactionMode is long, and the TransferErrorCount is exceeded.
To use the rollback property, you must set the following properties:
TransferErrorAction property to rollback
TransferErrorCount property to a value greater than zero
TransactionMode property to long