DB2®RowsCopiedEventArgs.Abort Property

Gets or sets a boolean value that determines whether the current DB2BulkCopy operation will be aborted or not.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Property Abort As Boolean
[C#]
public bool Abort {get; set;}
[C++]
public: __property bool get_Abort();
public: __property void set_Abort(bool);
[JScript]
public function get Abort() : boolean;
public function set Abort(boolean);

Property value

If Abort is true, the current DB2BulkCopy operation will be aborted. If this value is false, the operation will continue.

Remarks

You can use the Abort property to cancel a DB2BulkCopy operation. For bulk copy operations on Db2® databases, the rows that have been copied and committed cannot be rolled back.