DB2®RowsCopiedEventArgs.RowsCopied Property

Gets a value indicating the number of rows copied during the current bulk copy operation.

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

Syntax


[Visual Basic]
Public ReadOnly Property RowsCopied As Long
[C#]
public long RowsCopied { get; }
[C++]
public: __property long get_RowsCopied();
[JScript]
public function get RowsCopied() : long;

Property value

A long integer indicating the number of rows copied.

Remarks

This value assumes a new value each time a DB2BulkCopy.WriteToServer method is called.