DB2®BulkCopy.NotifyAfter Property
The number of rows to copy before generating a DB2RowsCopied event.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property NotifyAfter As Integer
[C#]
public int NotifyAfter {get; set;}
[C++]
public: __property int get_NotifyAfter();
public: __property void set_NotifyAfter(int);
[JScript]
public function get NotifyAfter() : int;
public function set NotifyAfter(int);
Property value
The integer value of the NotifyAfter property, which indicates the number of rows to copy to the destination table before generating a DB2RowsCopied event. The NotifyAfter property can be set from the DB2RowsCopied event handler.