DB2 10.5 for Linux, UNIX, and Windows

DB2BulkCopy.DB2RowsCopied Event

Occurs every time the number of rows copied reaches the value set in the NotifyAfter property.

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

Syntax

[Visual Basic]
Public Event DB2RowsCopied As DB2RowsCopiedEventHandler
[C#]
public event DB2RowsCopiedEventHandler DB2RowsCopied;
[C++]
public:
event DB2RowsCopiedEventHandler* DB2RowsCopied{
        void add (DB2RowsCopiedEventHandler* value);
        void remove (DB2RowsCopiedEventHandler* value);
}
[JScript] In JScript(R), you can handle the events defined by a class, but you cannot declare new events.

Remarks

The application can abort the operation in the event handler by setting the Abort property of DB2RowsCopiedEventArgs to true.